diff --git a/CHANGELOG.md b/CHANGELOG.md index 201e18470e9..92606ac3003 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 +## [0.95.0]- 2024-02-21 + +### Changed + +- Weekly generation. + ## [0.94.0]- 2024-02-14 ### Changed diff --git a/admin/service_announcement_messages_archive_request_builder.go b/admin/service_announcement_messages_archive_request_builder.go index f2757312c12..e8274321c30 100644 --- a/admin/service_announcement_messages_archive_request_builder.go +++ b/admin/service_announcement_messages_archive_request_builder.go @@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesArchiveRequestBuilder(rawUrl string, requestA return NewServiceAnnouncementMessagesArchiveRequestBuilderInternal(urlParams, requestAdapter) } // Post archive a list of serviceUpdateMessages for the signed in user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsArchivePostResponse instead. // returns a ServiceAnnouncementMessagesArchiveResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/admin/service_announcement_messages_archive_response.go b/admin/service_announcement_messages_archive_response.go index 5b143953b62..4b4c82aeca4 100644 --- a/admin/service_announcement_messages_archive_response.go +++ b/admin/service_announcement_messages_archive_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesArchivePostResponseable instead. type ServiceAnnouncementMessagesArchiveResponse struct { ServiceAnnouncementMessagesArchivePostResponse } @@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesArchiveResponse()(*ServiceAnnouncementMessage func CreateServiceAnnouncementMessagesArchiveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceAnnouncementMessagesArchiveResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesArchivePostResponseable instead. type ServiceAnnouncementMessagesArchiveResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceAnnouncementMessagesArchivePostResponseable diff --git a/admin/service_announcement_messages_favorite_request_builder.go b/admin/service_announcement_messages_favorite_request_builder.go index ef4cc54aa0e..44655396379 100644 --- a/admin/service_announcement_messages_favorite_request_builder.go +++ b/admin/service_announcement_messages_favorite_request_builder.go @@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesFavoriteRequestBuilder(rawUrl string, request return NewServiceAnnouncementMessagesFavoriteRequestBuilderInternal(urlParams, requestAdapter) } // Post change the status of a list of serviceUpdateMessages to favorite for the signed in user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsFavoritePostResponse instead. // returns a ServiceAnnouncementMessagesFavoriteResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/admin/service_announcement_messages_favorite_response.go b/admin/service_announcement_messages_favorite_response.go index 4b9ca86fec9..528d65b33d3 100644 --- a/admin/service_announcement_messages_favorite_response.go +++ b/admin/service_announcement_messages_favorite_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesFavoritePostResponseable instead. type ServiceAnnouncementMessagesFavoriteResponse struct { ServiceAnnouncementMessagesFavoritePostResponse } @@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesFavoriteResponse()(*ServiceAnnouncementMessag func CreateServiceAnnouncementMessagesFavoriteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceAnnouncementMessagesFavoriteResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesFavoritePostResponseable instead. type ServiceAnnouncementMessagesFavoriteResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceAnnouncementMessagesFavoritePostResponseable diff --git a/admin/service_announcement_messages_mark_read_request_builder.go b/admin/service_announcement_messages_mark_read_request_builder.go index ff484068bb6..7cb754ff5c4 100644 --- a/admin/service_announcement_messages_mark_read_request_builder.go +++ b/admin/service_announcement_messages_mark_read_request_builder.go @@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesMarkReadRequestBuilder(rawUrl string, request return NewServiceAnnouncementMessagesMarkReadRequestBuilderInternal(urlParams, requestAdapter) } // Post mark a list of serviceUpdateMessages as read for the signed in user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsMarkReadPostResponse instead. // returns a ServiceAnnouncementMessagesMarkReadResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/admin/service_announcement_messages_mark_read_response.go b/admin/service_announcement_messages_mark_read_response.go index 99623e9aa6e..1d944dcd4b3 100644 --- a/admin/service_announcement_messages_mark_read_response.go +++ b/admin/service_announcement_messages_mark_read_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkReadPostResponseable instead. type ServiceAnnouncementMessagesMarkReadResponse struct { ServiceAnnouncementMessagesMarkReadPostResponse } @@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesMarkReadResponse()(*ServiceAnnouncementMessag func CreateServiceAnnouncementMessagesMarkReadResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceAnnouncementMessagesMarkReadResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkReadPostResponseable instead. type ServiceAnnouncementMessagesMarkReadResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceAnnouncementMessagesMarkReadPostResponseable diff --git a/admin/service_announcement_messages_mark_unread_request_builder.go b/admin/service_announcement_messages_mark_unread_request_builder.go index 6d307db2c6f..87ab2f8fcf6 100644 --- a/admin/service_announcement_messages_mark_unread_request_builder.go +++ b/admin/service_announcement_messages_mark_unread_request_builder.go @@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesMarkUnreadRequestBuilder(rawUrl string, reque return NewServiceAnnouncementMessagesMarkUnreadRequestBuilderInternal(urlParams, requestAdapter) } // Post mark a list of serviceUpdateMessages as unread for the signed in user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsMarkUnreadPostResponse instead. // returns a ServiceAnnouncementMessagesMarkUnreadResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/admin/service_announcement_messages_mark_unread_response.go b/admin/service_announcement_messages_mark_unread_response.go index 58763fcbebc..cd494de2a24 100644 --- a/admin/service_announcement_messages_mark_unread_response.go +++ b/admin/service_announcement_messages_mark_unread_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkUnreadPostResponseable instead. type ServiceAnnouncementMessagesMarkUnreadResponse struct { ServiceAnnouncementMessagesMarkUnreadPostResponse } @@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesMarkUnreadResponse()(*ServiceAnnouncementMess func CreateServiceAnnouncementMessagesMarkUnreadResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceAnnouncementMessagesMarkUnreadResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkUnreadPostResponseable instead. type ServiceAnnouncementMessagesMarkUnreadResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceAnnouncementMessagesMarkUnreadPostResponseable diff --git a/admin/service_announcement_messages_unarchive_request_builder.go b/admin/service_announcement_messages_unarchive_request_builder.go index ec5c80e2fdb..13c8d418135 100644 --- a/admin/service_announcement_messages_unarchive_request_builder.go +++ b/admin/service_announcement_messages_unarchive_request_builder.go @@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesUnarchiveRequestBuilder(rawUrl string, reques return NewServiceAnnouncementMessagesUnarchiveRequestBuilderInternal(urlParams, requestAdapter) } // Post unarchive a list of serviceUpdateMessages for the signed in user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsUnarchivePostResponse instead. // returns a ServiceAnnouncementMessagesUnarchiveResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/admin/service_announcement_messages_unarchive_response.go b/admin/service_announcement_messages_unarchive_response.go index f15e35b5f30..6509679fca0 100644 --- a/admin/service_announcement_messages_unarchive_response.go +++ b/admin/service_announcement_messages_unarchive_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnarchivePostResponseable instead. type ServiceAnnouncementMessagesUnarchiveResponse struct { ServiceAnnouncementMessagesUnarchivePostResponse } @@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesUnarchiveResponse()(*ServiceAnnouncementMessa func CreateServiceAnnouncementMessagesUnarchiveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceAnnouncementMessagesUnarchiveResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnarchivePostResponseable instead. type ServiceAnnouncementMessagesUnarchiveResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceAnnouncementMessagesUnarchivePostResponseable diff --git a/admin/service_announcement_messages_unfavorite_request_builder.go b/admin/service_announcement_messages_unfavorite_request_builder.go index d197ad297d3..ce0dc1f11b3 100644 --- a/admin/service_announcement_messages_unfavorite_request_builder.go +++ b/admin/service_announcement_messages_unfavorite_request_builder.go @@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesUnfavoriteRequestBuilder(rawUrl string, reque return NewServiceAnnouncementMessagesUnfavoriteRequestBuilderInternal(urlParams, requestAdapter) } // Post remove the favorite status of serviceUpdateMessages for the signed in user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsUnfavoritePostResponse instead. // returns a ServiceAnnouncementMessagesUnfavoriteResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/admin/service_announcement_messages_unfavorite_response.go b/admin/service_announcement_messages_unfavorite_response.go index 51aba224f3a..0aebbefbd49 100644 --- a/admin/service_announcement_messages_unfavorite_response.go +++ b/admin/service_announcement_messages_unfavorite_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnfavoritePostResponseable instead. type ServiceAnnouncementMessagesUnfavoriteResponse struct { ServiceAnnouncementMessagesUnfavoritePostResponse } @@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesUnfavoriteResponse()(*ServiceAnnouncementMess func CreateServiceAnnouncementMessagesUnfavoriteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceAnnouncementMessagesUnfavoriteResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnfavoritePostResponseable instead. type ServiceAnnouncementMessagesUnfavoriteResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceAnnouncementMessagesUnfavoritePostResponseable diff --git a/admin/windows_updates_resource_connections_resource_connection_item_request_builder.go b/admin/windows_updates_resource_connections_resource_connection_item_request_builder.go index f8ad143cdcf..d9f0d337c61 100644 --- a/admin/windows_updates_resource_connections_resource_connection_item_request_builder.go +++ b/admin/windows_updates_resource_connections_resource_connection_item_request_builder.go @@ -54,11 +54,11 @@ func NewWindowsUpdatesResourceConnectionsResourceConnectionItemRequestBuilder(ra urlParams["request-raw-url"] = rawUrl return NewWindowsUpdatesResourceConnectionsResourceConnectionItemRequestBuilderInternal(urlParams, requestAdapter) } -// Delete delete an operationalInsightsConnection object. +// Delete delete a resourceConnection object. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-1.0 func (m *WindowsUpdatesResourceConnectionsResourceConnectionItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *WindowsUpdatesResourceConnectionsResourceConnectionItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -116,7 +116,7 @@ func (m *WindowsUpdatesResourceConnectionsResourceConnectionItemRequestBuilder) } return res.(i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.ResourceConnectionable), nil } -// ToDeleteRequestInformation delete an operationalInsightsConnection object. +// ToDeleteRequestInformation delete a resourceConnection object. // returns a *RequestInformation when successful func (m *WindowsUpdatesResourceConnectionsResourceConnectionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *WindowsUpdatesResourceConnectionsResourceConnectionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/admin/windows/updates/resourceConnections/{resourceConnection%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/admin/windows_updates_updatable_assets_updatable_asset_item_request_builder.go b/admin/windows_updates_updatable_assets_updatable_asset_item_request_builder.go index e3748c3ad42..4f2eec8639b 100644 --- a/admin/windows_updates_updatable_assets_updatable_asset_item_request_builder.go +++ b/admin/windows_updates_updatable_assets_updatable_asset_item_request_builder.go @@ -18,7 +18,7 @@ type WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderDeleteRequestC // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderGetQueryParameters read the properties of an azureADDevice object. +// WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderGetQueryParameters read the properties and relationships of an updatableAssetGroup object. type WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -54,11 +54,11 @@ func NewWindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder(rawUrl str urlParams["request-raw-url"] = rawUrl return NewWindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderInternal(urlParams, requestAdapter) } -// Delete delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted. +// Delete delete an updatableAsset object. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-1.0 func (m *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -73,12 +73,12 @@ func (m *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder) Delete(c } return nil } -// Get read the properties of an azureADDevice object. +// Get read the properties and relationships of an updatableAssetGroup object. // returns a UpdatableAssetable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-1.0 func (m *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder) Get(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderGetRequestConfiguration)(i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.UpdatableAssetable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -136,7 +136,7 @@ func (m *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder) Patch(ct } return res.(i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.UpdatableAssetable), nil } -// ToDeleteRequestInformation delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted. +// ToDeleteRequestInformation delete an updatableAsset object. // returns a *RequestInformation when successful func (m *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/admin/windows/updates/updatableAssets/{updatableAsset%2Did}", m.BaseRequestBuilder.PathParameters) @@ -147,7 +147,7 @@ func (m *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder) ToDelete requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation read the properties of an azureADDevice object. +// ToGetRequestInformation read the properties and relationships of an updatableAssetGroup object. // returns a *RequestInformation when successful func (m *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatableAssetsUpdatableAssetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/admin/windows_updates_update_policies_item_compliance_changes_compliance_change_item_request_builder.go b/admin/windows_updates_update_policies_item_compliance_changes_compliance_change_item_request_builder.go index 06c6862c703..e28b1bad862 100644 --- a/admin/windows_updates_update_policies_item_compliance_changes_compliance_change_item_request_builder.go +++ b/admin/windows_updates_update_policies_item_compliance_changes_compliance_change_item_request_builder.go @@ -18,7 +18,7 @@ type WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemReques // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderGetQueryParameters read the properties and relationships of a contentApproval object. +// WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderGetQueryParameters read the properties and relationships of a complianceChange object. type WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -54,11 +54,11 @@ func NewWindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemReq urlParams["request-raw-url"] = rawUrl return NewWindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderInternal(urlParams, requestAdapter) } -// Delete delete a complianceChange object. +// Delete delete a contentApproval object. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-1.0 func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -73,12 +73,12 @@ func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRe } return nil } -// Get read the properties and relationships of a contentApproval object. +// Get read the properties and relationships of a complianceChange object. // returns a ComplianceChangeable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-1.0 func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilder) Get(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderGetRequestConfiguration)(i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.ComplianceChangeable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -96,12 +96,12 @@ func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRe } return res.(i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.ComplianceChangeable), nil } -// Patch update the properties of a complianceChange object. +// Patch update the properties of a contentApproval object. // returns a ComplianceChangeable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-1.0 func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilder) Patch(ctx context.Context, body i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.ComplianceChangeable, requestConfiguration *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderPatchRequestConfiguration)(i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.ComplianceChangeable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -119,7 +119,7 @@ func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRe } return res.(i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.ComplianceChangeable), nil } -// ToDeleteRequestInformation delete a complianceChange object. +// ToDeleteRequestInformation delete a contentApproval object. // returns a *RequestInformation when successful func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/admin/windows/updates/updatePolicies/{updatePolicy%2Did}/complianceChanges/{complianceChange%2Did}", m.BaseRequestBuilder.PathParameters) @@ -130,7 +130,7 @@ func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRe requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation read the properties and relationships of a contentApproval object. +// ToGetRequestInformation read the properties and relationships of a complianceChange object. // returns a *RequestInformation when successful func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) @@ -144,7 +144,7 @@ func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRe requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the properties of a complianceChange object. +// ToPatchRequestInformation update the properties of a contentApproval object. // returns a *RequestInformation when successful func (m *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body i17376df570f19ff3c32da2d66a677d31250ed0ff64059351645f48a152316b3c.ComplianceChangeable, requestConfiguration *WindowsUpdatesUpdatePoliciesItemComplianceChangesComplianceChangeItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/admin/windows/updates/updatePolicies/{updatePolicy%2Did}/complianceChanges/{complianceChange%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/administrativeunits/delta_request_builder.go b/administrativeunits/delta_request_builder.go index 6e678e4e0d1..99a62b81260 100644 --- a/administrativeunits/delta_request_builder.go +++ b/administrativeunits/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/administrativeunits/delta_response.go b/administrativeunits/delta_response.go index d9aacaf8bd2..43bcd754efc 100644 --- a/administrativeunits/delta_response.go +++ b/administrativeunits/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/administrativeunits/get_by_ids_request_builder.go b/administrativeunits/get_by_ids_request_builder.go index 898edb67ec0..d474e1bc83c 100644 --- a/administrativeunits/get_by_ids_request_builder.go +++ b/administrativeunits/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/administrativeunits/get_by_ids_response.go b/administrativeunits/get_by_ids_response.go index 19704d62eff..a7433413285 100644 --- a/administrativeunits/get_by_ids_response.go +++ b/administrativeunits/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/administrativeunits/item_check_member_groups_request_builder.go b/administrativeunits/item_check_member_groups_request_builder.go index c7e0caa04d0..e44ab25db56 100644 --- a/administrativeunits/item_check_member_groups_request_builder.go +++ b/administrativeunits/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/administrativeunits/item_check_member_groups_response.go b/administrativeunits/item_check_member_groups_response.go index fb017b26d15..bc439e51a7f 100644 --- a/administrativeunits/item_check_member_groups_response.go +++ b/administrativeunits/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/administrativeunits/item_check_member_objects_request_builder.go b/administrativeunits/item_check_member_objects_request_builder.go index 8d8c3bed72d..dd4fd6df85a 100644 --- a/administrativeunits/item_check_member_objects_request_builder.go +++ b/administrativeunits/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/administrativeunits/item_check_member_objects_response.go b/administrativeunits/item_check_member_objects_response.go index cacc7be187c..c987759210a 100644 --- a/administrativeunits/item_check_member_objects_response.go +++ b/administrativeunits/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/administrativeunits/item_get_member_groups_request_builder.go b/administrativeunits/item_get_member_groups_request_builder.go index 50bb8337b4c..0726a0a76c2 100644 --- a/administrativeunits/item_get_member_groups_request_builder.go +++ b/administrativeunits/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/administrativeunits/item_get_member_groups_response.go b/administrativeunits/item_get_member_groups_response.go index 35a5dd36e85..732b7ff8b69 100644 --- a/administrativeunits/item_get_member_groups_response.go +++ b/administrativeunits/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/administrativeunits/item_get_member_objects_request_builder.go b/administrativeunits/item_get_member_objects_request_builder.go index 3b259c6eecc..16d20a51a07 100644 --- a/administrativeunits/item_get_member_objects_request_builder.go +++ b/administrativeunits/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/administrativeunits/item_get_member_objects_response.go b/administrativeunits/item_get_member_objects_response.go index bb6bacf0882..71395ab95ef 100644 --- a/administrativeunits/item_get_member_objects_response.go +++ b/administrativeunits/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/app/online_meetings_get_all_recordings_request_builder.go b/app/online_meetings_get_all_recordings_request_builder.go index 901fa30d184..c9ad3001bd9 100644 --- a/app/online_meetings_get_all_recordings_request_builder.go +++ b/app/online_meetings_get_all_recordings_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsGetAllRecordingsRequestBuilder(rawUrl string, requestAdapt return NewOnlineMeetingsGetAllRecordingsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRecordings -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRecordingsGetResponse instead. // returns a OnlineMeetingsGetAllRecordingsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsGetAllRecordingsRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsGetAllRecordingsRequestBuilderGetRequestConfiguration)(OnlineMeetingsGetAllRecordingsResponseable, error) { diff --git a/app/online_meetings_get_all_recordings_response.go b/app/online_meetings_get_all_recordings_response.go index 07803a6d1e4..dc8d858f9b5 100644 --- a/app/online_meetings_get_all_recordings_response.go +++ b/app/online_meetings_get_all_recordings_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllRecordingsGetResponseable instead. type OnlineMeetingsGetAllRecordingsResponse struct { OnlineMeetingsGetAllRecordingsGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsGetAllRecordingsResponse()(*OnlineMeetingsGetAllRecordings func CreateOnlineMeetingsGetAllRecordingsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsGetAllRecordingsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllRecordingsGetResponseable instead. type OnlineMeetingsGetAllRecordingsResponseable interface { OnlineMeetingsGetAllRecordingsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/app/online_meetings_get_all_transcripts_request_builder.go b/app/online_meetings_get_all_transcripts_request_builder.go index a269c15b59d..850acec3cb3 100644 --- a/app/online_meetings_get_all_transcripts_request_builder.go +++ b/app/online_meetings_get_all_transcripts_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsGetAllTranscriptsRequestBuilder(rawUrl string, requestAdap return NewOnlineMeetingsGetAllTranscriptsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllTranscripts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllTranscriptsGetResponse instead. // returns a OnlineMeetingsGetAllTranscriptsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsGetAllTranscriptsRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsGetAllTranscriptsRequestBuilderGetRequestConfiguration)(OnlineMeetingsGetAllTranscriptsResponseable, error) { diff --git a/app/online_meetings_get_all_transcripts_response.go b/app/online_meetings_get_all_transcripts_response.go index 95e613cda3b..5513b2f231a 100644 --- a/app/online_meetings_get_all_transcripts_response.go +++ b/app/online_meetings_get_all_transcripts_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllTranscriptsGetResponseable instead. type OnlineMeetingsGetAllTranscriptsResponse struct { OnlineMeetingsGetAllTranscriptsGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsGetAllTranscriptsResponse()(*OnlineMeetingsGetAllTranscrip func CreateOnlineMeetingsGetAllTranscriptsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsGetAllTranscriptsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllTranscriptsGetResponseable instead. type OnlineMeetingsGetAllTranscriptsResponseable interface { OnlineMeetingsGetAllTranscriptsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/app/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go b/app/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go index bc1af5a00ef..7fb195f737a 100644 --- a/app/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go +++ b/app/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go @@ -31,7 +31,7 @@ func NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder(rawUrl s return NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getVirtualAppointmentJoinWebUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead. // returns a OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable, error) { diff --git a/app/online_meetings_item_get_virtual_appointment_join_web_url_response.go b/app/online_meetings_item_get_virtual_appointment_join_web_url_response.go index 220c4d8f601..d49581416b7 100644 --- a/app/online_meetings_item_get_virtual_appointment_join_web_url_response.go +++ b/app/online_meetings_item_get_virtual_appointment_join_web_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse struct { OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse()(*OnlineMeeti func CreateOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable interface { OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/app/online_meetings_item_recordings_delta_request_builder.go b/app/online_meetings_item_recordings_delta_request_builder.go index 50089f9d5e3..d5b86358b39 100644 --- a/app/online_meetings_item_recordings_delta_request_builder.go +++ b/app/online_meetings_item_recordings_delta_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsItemRecordingsDeltaRequestBuilder(rawUrl string, requestAd return NewOnlineMeetingsItemRecordingsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a OnlineMeetingsItemRecordingsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsItemRecordingsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemRecordingsDeltaRequestBuilderGetRequestConfiguration)(OnlineMeetingsItemRecordingsDeltaResponseable, error) { diff --git a/app/online_meetings_item_recordings_delta_response.go b/app/online_meetings_item_recordings_delta_response.go index 6306685a43d..d722804ad01 100644 --- a/app/online_meetings_item_recordings_delta_response.go +++ b/app/online_meetings_item_recordings_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemRecordingsDeltaGetResponseable instead. type OnlineMeetingsItemRecordingsDeltaResponse struct { OnlineMeetingsItemRecordingsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsItemRecordingsDeltaResponse()(*OnlineMeetingsItemRecording func CreateOnlineMeetingsItemRecordingsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsItemRecordingsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemRecordingsDeltaGetResponseable instead. type OnlineMeetingsItemRecordingsDeltaResponseable interface { OnlineMeetingsItemRecordingsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/app/online_meetings_item_registration_request_builder.go b/app/online_meetings_item_registration_request_builder.go index 5c038ffc9c9..0637af9af94 100644 --- a/app/online_meetings_item_registration_request_builder.go +++ b/app/online_meetings_item_registration_request_builder.go @@ -18,7 +18,7 @@ type OnlineMeetingsItemRegistrationRequestBuilderDeleteRequestConfiguration stru // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// OnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// OnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters get the externalMeetingRegistration details associated with an onlineMeeting. type OnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -78,12 +78,12 @@ func (m *OnlineMeetingsItemRegistrationRequestBuilder) Delete(ctx context.Contex } return nil } -// Get get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// Get get the externalMeetingRegistration details associated with an onlineMeeting. // returns a MeetingRegistrationable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0 func (m *OnlineMeetingsItemRegistrationRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemRegistrationRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.MeetingRegistrationable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -140,7 +140,7 @@ func (m *OnlineMeetingsItemRegistrationRequestBuilder) ToDeleteRequestInformatio requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// ToGetRequestInformation get the externalMeetingRegistration details associated with an onlineMeeting. // returns a *RequestInformation when successful func (m *OnlineMeetingsItemRegistrationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemRegistrationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/app/online_meetings_item_transcripts_delta_request_builder.go b/app/online_meetings_item_transcripts_delta_request_builder.go index 14c5d11a7a0..782f48dae9d 100644 --- a/app/online_meetings_item_transcripts_delta_request_builder.go +++ b/app/online_meetings_item_transcripts_delta_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsItemTranscriptsDeltaRequestBuilder(rawUrl string, requestA return NewOnlineMeetingsItemTranscriptsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a OnlineMeetingsItemTranscriptsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsItemTranscriptsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsDeltaRequestBuilderGetRequestConfiguration)(OnlineMeetingsItemTranscriptsDeltaResponseable, error) { diff --git a/app/online_meetings_item_transcripts_delta_response.go b/app/online_meetings_item_transcripts_delta_response.go index 4ae686e55fa..dbcfa1db404 100644 --- a/app/online_meetings_item_transcripts_delta_response.go +++ b/app/online_meetings_item_transcripts_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemTranscriptsDeltaGetResponseable instead. type OnlineMeetingsItemTranscriptsDeltaResponse struct { OnlineMeetingsItemTranscriptsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsItemTranscriptsDeltaResponse()(*OnlineMeetingsItemTranscri func CreateOnlineMeetingsItemTranscriptsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsItemTranscriptsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemTranscriptsDeltaGetResponseable instead. type OnlineMeetingsItemTranscriptsDeltaResponseable interface { OnlineMeetingsItemTranscriptsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go b/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go index 15b795f87c0..45cb3fc9da6 100644 --- a/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go +++ b/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go @@ -31,7 +31,7 @@ func NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilde return NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getVirtualAppointmentJoinWebUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead. // returns a OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable, error) { diff --git a/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go b/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go index 968c1c4e7f4..3ff4cf558ae 100644 --- a/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go +++ b/app/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse struct { OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse()(*O func CreateOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable interface { OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/delta_request_builder.go b/applications/delta_request_builder.go index 613a23a3186..3539b22eefd 100644 --- a/applications/delta_request_builder.go +++ b/applications/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/applications/delta_response.go b/applications/delta_response.go index 1a22374e8d0..163f983d428 100644 --- a/applications/delta_response.go +++ b/applications/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/get_by_ids_request_builder.go b/applications/get_by_ids_request_builder.go index 8f89161fcfa..1a06e91ba8c 100644 --- a/applications/get_by_ids_request_builder.go +++ b/applications/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/applications/get_by_ids_response.go b/applications/get_by_ids_response.go index 5002d2f6e21..9075475ee00 100644 --- a/applications/get_by_ids_response.go +++ b/applications/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_check_member_groups_request_builder.go b/applications/item_check_member_groups_request_builder.go index 85b97d22147..a4f1dcfab3f 100644 --- a/applications/item_check_member_groups_request_builder.go +++ b/applications/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/applications/item_check_member_groups_response.go b/applications/item_check_member_groups_response.go index df82845e124..9ac4fae3ecc 100644 --- a/applications/item_check_member_groups_response.go +++ b/applications/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_check_member_objects_request_builder.go b/applications/item_check_member_objects_request_builder.go index ba079228491..bc6e634a49f 100644 --- a/applications/item_check_member_objects_request_builder.go +++ b/applications/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/applications/item_check_member_objects_response.go b/applications/item_check_member_objects_response.go index 1def8c229f8..07594b64763 100644 --- a/applications/item_check_member_objects_response.go +++ b/applications/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_get_member_groups_request_builder.go b/applications/item_get_member_groups_request_builder.go index bf5a54611b9..10ee6cea7fb 100644 --- a/applications/item_get_member_groups_request_builder.go +++ b/applications/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/applications/item_get_member_groups_response.go b/applications/item_get_member_groups_response.go index 6a7ea09face..981834999d2 100644 --- a/applications/item_get_member_groups_response.go +++ b/applications/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_get_member_objects_request_builder.go b/applications/item_get_member_objects_request_builder.go index 6856157418e..120192b7a71 100644 --- a/applications/item_get_member_objects_request_builder.go +++ b/applications/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/applications/item_get_member_objects_response.go b/applications/item_get_member_objects_response.go index 901352c1e5a..17c215de846 100644 --- a/applications/item_get_member_objects_response.go +++ b/applications/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go b/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go index d065f6bc148..09937f2572a 100644 --- a/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go +++ b/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder(rawUrl st return NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function filterOperators -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead. // returns a ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable, error) { diff --git a/applications/item_synchronization_jobs_item_schema_filter_operators_response.go b/applications/item_synchronization_jobs_item_schema_filter_operators_response.go index 80738e09913..0d09901608b 100644 --- a/applications/item_synchronization_jobs_item_schema_filter_operators_response.go +++ b/applications/item_synchronization_jobs_item_schema_filter_operators_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFilterOperatorsResponse struct { ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse()(*ItemSynchron func CreateItemSynchronizationJobsItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable interface { ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_synchronization_jobs_item_schema_functions_request_builder.go b/applications/item_synchronization_jobs_item_schema_functions_request_builder.go index b395a18dd05..85487ac623f 100644 --- a/applications/item_synchronization_jobs_item_schema_functions_request_builder.go +++ b/applications/item_synchronization_jobs_item_schema_functions_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilder(rawUrl string, return NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function functions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead. // returns a ItemSynchronizationJobsItemSchemaFunctionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFunctionsResponseable, error) { diff --git a/applications/item_synchronization_jobs_item_schema_functions_response.go b/applications/item_synchronization_jobs_item_schema_functions_response.go index c849794278d..b383c8cb3d3 100644 --- a/applications/item_synchronization_jobs_item_schema_functions_response.go +++ b/applications/item_synchronization_jobs_item_schema_functions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFunctionsResponse struct { ItemSynchronizationJobsItemSchemaFunctionsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsResponse()(*ItemSynchronizatio func CreateItemSynchronizationJobsItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationJobsItemSchemaFunctionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFunctionsResponseable interface { ItemSynchronizationJobsItemSchemaFunctionsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_synchronization_ping_request_builder.go b/applications/item_synchronization_ping_request_builder.go index bb9fece6286..6e96820980f 100644 --- a/applications/item_synchronization_ping_request_builder.go +++ b/applications/item_synchronization_ping_request_builder.go @@ -31,7 +31,7 @@ func NewItemSynchronizationPingRequestBuilder(rawUrl string, requestAdapter i2ae return NewItemSynchronizationPingRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function Ping -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsPingGetResponse instead. // returns a ItemSynchronizationPingResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationPingRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationPingRequestBuilderGetRequestConfiguration)(ItemSynchronizationPingResponseable, error) { diff --git a/applications/item_synchronization_ping_response.go b/applications/item_synchronization_ping_response.go index 809f690266c..f5e2ddab931 100644 --- a/applications/item_synchronization_ping_response.go +++ b/applications/item_synchronization_ping_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationPingGetResponseable instead. type ItemSynchronizationPingResponse struct { ItemSynchronizationPingGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationPingResponse()(*ItemSynchronizationPingResponse) { func CreateItemSynchronizationPingResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationPingResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationPingGetResponseable instead. type ItemSynchronizationPingResponseable interface { ItemSynchronizationPingGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_synchronization_secrets_request_builder.go b/applications/item_synchronization_secrets_request_builder.go index 8886b751f98..4fcf75e4903 100644 --- a/applications/item_synchronization_secrets_request_builder.go +++ b/applications/item_synchronization_secrets_request_builder.go @@ -36,7 +36,7 @@ func (m *ItemSynchronizationSecretsRequestBuilder) Count()(*ItemSynchronizationS return NewItemSynchronizationSecretsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } // Put update property secrets value. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PutAsSecretsPutResponse instead. // returns a ItemSynchronizationSecretsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationSecretsRequestBuilder) Put(ctx context.Context, body ItemSynchronizationSecretsPutRequestBodyable, requestConfiguration *ItemSynchronizationSecretsRequestBuilderPutRequestConfiguration)(ItemSynchronizationSecretsResponseable, error) { diff --git a/applications/item_synchronization_secrets_response.go b/applications/item_synchronization_secrets_response.go index 7f79b004509..e522632fa75 100644 --- a/applications/item_synchronization_secrets_response.go +++ b/applications/item_synchronization_secrets_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead. type ItemSynchronizationSecretsResponse struct { ItemSynchronizationSecretsPutResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationSecretsResponse()(*ItemSynchronizationSecretsResponse func CreateItemSynchronizationSecretsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationSecretsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead. type ItemSynchronizationSecretsResponseable interface { ItemSynchronizationSecretsPutResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go b/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go index 65acccd8bd8..57917884142 100644 --- a/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go +++ b/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder(rawU return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function filterOperators -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead. // returns a ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable, error) { diff --git a/applications/item_synchronization_templates_item_schema_filter_operators_response.go b/applications/item_synchronization_templates_item_schema_filter_operators_response.go index 2ad121c5c53..07f8f8557e1 100644 --- a/applications/item_synchronization_templates_item_schema_filter_operators_response.go +++ b/applications/item_synchronization_templates_item_schema_filter_operators_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse struct { ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse()(*ItemSyn func CreateItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable interface { ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/applications/item_synchronization_templates_item_schema_functions_request_builder.go b/applications/item_synchronization_templates_item_schema_functions_request_builder.go index 4a9784fd926..ad1ed2ab263 100644 --- a/applications/item_synchronization_templates_item_schema_functions_request_builder.go +++ b/applications/item_synchronization_templates_item_schema_functions_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder(rawUrl str return NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function functions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead. // returns a ItemSynchronizationTemplatesItemSchemaFunctionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFunctionsResponseable, error) { diff --git a/applications/item_synchronization_templates_item_schema_functions_response.go b/applications/item_synchronization_templates_item_schema_functions_response.go index 54821d351a5..90fe0988a8c 100644 --- a/applications/item_synchronization_templates_item_schema_functions_response.go +++ b/applications/item_synchronization_templates_item_schema_functions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFunctionsResponse struct { ItemSynchronizationTemplatesItemSchemaFunctionsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsResponse()(*ItemSynchroni func CreateItemSynchronizationTemplatesItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationTemplatesItemSchemaFunctionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFunctionsResponseable interface { ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/bookingbusinesses/item_get_staff_availability_request_builder.go b/bookingbusinesses/item_get_staff_availability_request_builder.go index 148463c25df..2f6e026b992 100644 --- a/bookingbusinesses/item_get_staff_availability_request_builder.go +++ b/bookingbusinesses/item_get_staff_availability_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetStaffAvailabilityRequestBuilder(rawUrl string, requestAdapter i2a return NewItemGetStaffAvailabilityRequestBuilderInternal(urlParams, requestAdapter) } // Post get the availability information of staff members of a Microsoft Bookings calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetStaffAvailabilityPostResponse instead. // returns a ItemGetStaffAvailabilityResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/bookingbusinesses/item_get_staff_availability_response.go b/bookingbusinesses/item_get_staff_availability_response.go index c3958070130..ae1d61eff13 100644 --- a/bookingbusinesses/item_get_staff_availability_response.go +++ b/bookingbusinesses/item_get_staff_availability_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetStaffAvailabilityPostResponseable instead. type ItemGetStaffAvailabilityResponse struct { ItemGetStaffAvailabilityPostResponse } @@ -20,7 +20,7 @@ func NewItemGetStaffAvailabilityResponse()(*ItemGetStaffAvailabilityResponse) { func CreateItemGetStaffAvailabilityResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetStaffAvailabilityResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetStaffAvailabilityPostResponseable instead. type ItemGetStaffAvailabilityResponseable interface { ItemGetStaffAvailabilityPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/chats/all_messages_request_builder.go b/chats/all_messages_request_builder.go index 2e473fdb676..d677c709cad 100644 --- a/chats/all_messages_request_builder.go +++ b/chats/all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26 return NewAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a AllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *AllMessagesRequestBuilderGetRequestConfiguration)(AllMessagesResponseable, error) { diff --git a/chats/all_messages_response.go b/chats/all_messages_response.go index ad94e4930c8..76ee4bf0d43 100644 --- a/chats/all_messages_response.go +++ b/chats/all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AllMessagesGetResponseable instead. type AllMessagesResponse struct { AllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewAllMessagesResponse()(*AllMessagesResponse) { func CreateAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AllMessagesGetResponseable instead. type AllMessagesResponseable interface { AllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/chats/get_all_messages_request_builder.go b/chats/get_all_messages_request_builder.go index f7551a37e39..46c176dbae0 100644 --- a/chats/get_all_messages_request_builder.go +++ b/chats/get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae return NewGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a GetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllMessagesRequestBuilderGetRequestConfiguration)(GetAllMessagesResponseable, error) { diff --git a/chats/get_all_messages_response.go b/chats/get_all_messages_response.go index f7a622d4e7f..cb9d8b6daaf 100644 --- a/chats/get_all_messages_response.go +++ b/chats/get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead. type GetAllMessagesResponse struct { GetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewGetAllMessagesResponse()(*GetAllMessagesResponse) { func CreateGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead. type GetAllMessagesResponseable interface { GetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/chats/get_all_retained_messages_request_builder.go b/chats/get_all_retained_messages_request_builder.go index 93801b28622..6dd0333fd24 100644 --- a/chats/get_all_retained_messages_request_builder.go +++ b/chats/get_all_retained_messages_request_builder.go @@ -52,7 +52,7 @@ func NewGetAllRetainedMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewGetAllRetainedMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRetainedMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRetainedMessagesGetResponse instead. // returns a GetAllRetainedMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAllRetainedMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllRetainedMessagesRequestBuilderGetRequestConfiguration)(GetAllRetainedMessagesResponseable, error) { diff --git a/chats/get_all_retained_messages_response.go b/chats/get_all_retained_messages_response.go index 255c1de59e5..51531bf337b 100644 --- a/chats/get_all_retained_messages_response.go +++ b/chats/get_all_retained_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllRetainedMessagesGetResponseable instead. type GetAllRetainedMessagesResponse struct { GetAllRetainedMessagesGetResponse } @@ -20,7 +20,7 @@ func NewGetAllRetainedMessagesResponse()(*GetAllRetainedMessagesResponse) { func CreateGetAllRetainedMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAllRetainedMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllRetainedMessagesGetResponseable instead. type GetAllRetainedMessagesResponseable interface { GetAllRetainedMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/chats/item_members_add_request_builder.go b/chats/item_members_add_request_builder.go index 88f5ee300a2..b5d312144a8 100644 --- a/chats/item_members_add_request_builder.go +++ b/chats/item_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/chats/item_members_add_response.go b/chats/item_members_add_response.go index 3643c101058..cb2d4a882e7 100644 --- a/chats/item_members_add_response.go +++ b/chats/item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead. type ItemMembersAddResponse struct { ItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemMembersAddResponse()(*ItemMembersAddResponse) { func CreateItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead. type ItemMembersAddResponseable interface { ItemMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/chats/item_messages_delta_request_builder.go b/chats/item_messages_delta_request_builder.go index 8a54175a3f6..d3de1e91a22 100644 --- a/chats/item_messages_delta_request_builder.go +++ b/chats/item_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7 return NewItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemMessagesDeltaResponseable, error) { diff --git a/chats/item_messages_delta_response.go b/chats/item_messages_delta_response.go index b7c64a98a88..b6b53002c86 100644 --- a/chats/item_messages_delta_response.go +++ b/chats/item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead. type ItemMessagesDeltaResponse struct { ItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemMessagesDeltaResponse()(*ItemMessagesDeltaResponse) { func CreateItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead. type ItemMessagesDeltaResponseable interface { ItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/chats/item_messages_item_replies_delta_request_builder.go b/chats/item_messages_item_replies_delta_request_builder.go index 8c3fe2fad89..12a16efa77d 100644 --- a/chats/item_messages_item_replies_delta_request_builder.go +++ b/chats/item_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string, requestAdapter return NewItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemMessagesItemRepliesDeltaResponseable, error) { diff --git a/chats/item_messages_item_replies_delta_response.go b/chats/item_messages_item_replies_delta_response.go index c960d4c94b3..3498965e2bd 100644 --- a/chats/item_messages_item_replies_delta_response.go +++ b/chats/item_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMessagesItemRepliesDeltaGetResponseable instead. type ItemMessagesItemRepliesDeltaResponse struct { ItemMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemMessagesItemRepliesDeltaResponse()(*ItemMessagesItemRepliesDeltaResp func CreateItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMessagesItemRepliesDeltaGetResponseable instead. type ItemMessagesItemRepliesDeltaResponseable interface { ItemMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go index 564437d4375..68515034ed8 100644 --- a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go +++ b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponse struct { CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTim func CreateCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseable interface { CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go index 70113666aa5..3e4fffc18cf 100644 --- a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go +++ b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTim return NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getDirectRoutingCalls -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse instead. // returns a CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration)(CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseable, error) { diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_response.go b/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_response.go index 499feb43d82..301d1d2788c 100644 --- a/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_response.go +++ b/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeResponse struct { CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTi func CreateCallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeResponseable interface { CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_request_builder.go b/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_request_builder.go index 9084f549a95..36bbfa5a0d8 100644 --- a/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_request_builder.go +++ b/communications/call_records_microsoft_graph_call_records_get_pstn_blocked_users_log_with_from_date_time_with_to_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTi return NewCallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getPstnBlockedUsersLog -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetResponse instead. // returns a CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration)(CallRecordsMicrosoftGraphCallRecordsGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeGetPstnBlockedUsersLogWithFromDateTimeWithToDateTimeResponseable, error) { diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go index d92bfd3bab1..23bf1c54b86 100644 --- a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go +++ b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponse struct { CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDa func CreateCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseable interface { CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go index 0b6115a38f6..68786daa19b 100644 --- a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go +++ b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDa return NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getPstnCalls -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetPstnCallsWithFromDateTimeWithToDateTimeGetResponse instead. // returns a CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration)(CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseable, error) { diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_response.go b/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_response.go index e582aff30c2..3a372145e75 100644 --- a/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_response.go +++ b/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeResponse struct { CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWit func CreateCallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeResponseable interface { CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_request_builder.go b/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_request_builder.go index 3157d95d710..d1834f454c6 100644 --- a/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_request_builder.go +++ b/communications/call_records_microsoft_graph_call_records_get_pstn_online_meeting_dialout_report_with_from_date_time_with_to_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWit return NewCallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getPstnOnlineMeetingDialoutReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse instead. // returns a CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration)(CallRecordsMicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeResponseable, error) { diff --git a/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_get_sms_log_with_from_date_time_with_to_date_time_response.go b/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_get_sms_log_with_from_date_time_with_to_date_time_response.go index ef38fdd392e..6b2e51bec08 100644 --- a/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_get_sms_log_with_from_date_time_with_to_date_time_response.go +++ b/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_get_sms_log_with_from_date_time_with_to_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeResponse struct { CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateT func CreateCallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeGetResponseable instead. type CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeResponseable interface { CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_request_builder.go b/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_request_builder.go index 9ef45f6a9a9..64f0069dd6d 100644 --- a/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_request_builder.go +++ b/communications/call_records_microsoft_graph_call_records_get_sms_log_with_from_date_time_with_to_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateT return NewCallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getSmsLog -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetSmsLogWithFromDateTimeWithToDateTimeGetResponse instead. // returns a CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration)(CallRecordsMicrosoftGraphCallRecordsGetSmsLogWithFromDateTimeWithToDateTimeGetSmsLogWithFromDateTimeWithToDateTimeResponseable, error) { diff --git a/communications/get_presences_by_user_id_request_builder.go b/communications/get_presences_by_user_id_request_builder.go index d7ddb164658..e52c0965974 100644 --- a/communications/get_presences_by_user_id_request_builder.go +++ b/communications/get_presences_by_user_id_request_builder.go @@ -31,7 +31,7 @@ func NewGetPresencesByUserIdRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewGetPresencesByUserIdRequestBuilderInternal(urlParams, requestAdapter) } // Post get the presence information for multiple users. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetPresencesByUserIdPostResponse instead. // returns a GetPresencesByUserIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/communications/get_presences_by_user_id_response.go b/communications/get_presences_by_user_id_response.go index 037f3b8eedc..83cea103a36 100644 --- a/communications/get_presences_by_user_id_response.go +++ b/communications/get_presences_by_user_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetPresencesByUserIdPostResponseable instead. type GetPresencesByUserIdResponse struct { GetPresencesByUserIdPostResponse } @@ -20,7 +20,7 @@ func NewGetPresencesByUserIdResponse()(*GetPresencesByUserIdResponse) { func CreateGetPresencesByUserIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetPresencesByUserIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetPresencesByUserIdPostResponseable instead. type GetPresencesByUserIdResponseable interface { GetPresencesByUserIdPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/online_meetings_get_all_recordings_request_builder.go b/communications/online_meetings_get_all_recordings_request_builder.go index a8154c86f29..8c8d93040c1 100644 --- a/communications/online_meetings_get_all_recordings_request_builder.go +++ b/communications/online_meetings_get_all_recordings_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsGetAllRecordingsRequestBuilder(rawUrl string, requestAdapt return NewOnlineMeetingsGetAllRecordingsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRecordings -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRecordingsGetResponse instead. // returns a OnlineMeetingsGetAllRecordingsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsGetAllRecordingsRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsGetAllRecordingsRequestBuilderGetRequestConfiguration)(OnlineMeetingsGetAllRecordingsResponseable, error) { diff --git a/communications/online_meetings_get_all_recordings_response.go b/communications/online_meetings_get_all_recordings_response.go index 50910390314..755bb514a14 100644 --- a/communications/online_meetings_get_all_recordings_response.go +++ b/communications/online_meetings_get_all_recordings_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllRecordingsGetResponseable instead. type OnlineMeetingsGetAllRecordingsResponse struct { OnlineMeetingsGetAllRecordingsGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsGetAllRecordingsResponse()(*OnlineMeetingsGetAllRecordings func CreateOnlineMeetingsGetAllRecordingsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsGetAllRecordingsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllRecordingsGetResponseable instead. type OnlineMeetingsGetAllRecordingsResponseable interface { OnlineMeetingsGetAllRecordingsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/online_meetings_get_all_transcripts_request_builder.go b/communications/online_meetings_get_all_transcripts_request_builder.go index 33fb38f2dec..55609178dcc 100644 --- a/communications/online_meetings_get_all_transcripts_request_builder.go +++ b/communications/online_meetings_get_all_transcripts_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsGetAllTranscriptsRequestBuilder(rawUrl string, requestAdap return NewOnlineMeetingsGetAllTranscriptsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllTranscripts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllTranscriptsGetResponse instead. // returns a OnlineMeetingsGetAllTranscriptsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsGetAllTranscriptsRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsGetAllTranscriptsRequestBuilderGetRequestConfiguration)(OnlineMeetingsGetAllTranscriptsResponseable, error) { diff --git a/communications/online_meetings_get_all_transcripts_response.go b/communications/online_meetings_get_all_transcripts_response.go index 614d5c19346..f98b2a529ea 100644 --- a/communications/online_meetings_get_all_transcripts_response.go +++ b/communications/online_meetings_get_all_transcripts_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllTranscriptsGetResponseable instead. type OnlineMeetingsGetAllTranscriptsResponse struct { OnlineMeetingsGetAllTranscriptsGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsGetAllTranscriptsResponse()(*OnlineMeetingsGetAllTranscrip func CreateOnlineMeetingsGetAllTranscriptsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsGetAllTranscriptsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsGetAllTranscriptsGetResponseable instead. type OnlineMeetingsGetAllTranscriptsResponseable interface { OnlineMeetingsGetAllTranscriptsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go b/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go index 33d982a1fc6..8e1cd42bd57 100644 --- a/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go +++ b/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go @@ -31,7 +31,7 @@ func NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder(rawUrl s return NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getVirtualAppointmentJoinWebUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead. // returns a OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable, error) { diff --git a/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go b/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go index b513952a766..0df2987939e 100644 --- a/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go +++ b/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse struct { OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse()(*OnlineMeeti func CreateOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable interface { OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/online_meetings_item_recordings_delta_request_builder.go b/communications/online_meetings_item_recordings_delta_request_builder.go index 114414d312a..d66dae93e30 100644 --- a/communications/online_meetings_item_recordings_delta_request_builder.go +++ b/communications/online_meetings_item_recordings_delta_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsItemRecordingsDeltaRequestBuilder(rawUrl string, requestAd return NewOnlineMeetingsItemRecordingsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a OnlineMeetingsItemRecordingsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsItemRecordingsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemRecordingsDeltaRequestBuilderGetRequestConfiguration)(OnlineMeetingsItemRecordingsDeltaResponseable, error) { diff --git a/communications/online_meetings_item_recordings_delta_response.go b/communications/online_meetings_item_recordings_delta_response.go index 69e297a370d..738f1503e61 100644 --- a/communications/online_meetings_item_recordings_delta_response.go +++ b/communications/online_meetings_item_recordings_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemRecordingsDeltaGetResponseable instead. type OnlineMeetingsItemRecordingsDeltaResponse struct { OnlineMeetingsItemRecordingsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsItemRecordingsDeltaResponse()(*OnlineMeetingsItemRecording func CreateOnlineMeetingsItemRecordingsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsItemRecordingsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemRecordingsDeltaGetResponseable instead. type OnlineMeetingsItemRecordingsDeltaResponseable interface { OnlineMeetingsItemRecordingsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/online_meetings_item_registration_request_builder.go b/communications/online_meetings_item_registration_request_builder.go index ad59ce30a94..2520a137246 100644 --- a/communications/online_meetings_item_registration_request_builder.go +++ b/communications/online_meetings_item_registration_request_builder.go @@ -18,7 +18,7 @@ type OnlineMeetingsItemRegistrationRequestBuilderDeleteRequestConfiguration stru // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// OnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// OnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters get the externalMeetingRegistration details associated with an onlineMeeting. type OnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -78,12 +78,12 @@ func (m *OnlineMeetingsItemRegistrationRequestBuilder) Delete(ctx context.Contex } return nil } -// Get get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// Get get the externalMeetingRegistration details associated with an onlineMeeting. // returns a MeetingRegistrationable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0 func (m *OnlineMeetingsItemRegistrationRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemRegistrationRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.MeetingRegistrationable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -140,7 +140,7 @@ func (m *OnlineMeetingsItemRegistrationRequestBuilder) ToDeleteRequestInformatio requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// ToGetRequestInformation get the externalMeetingRegistration details associated with an onlineMeeting. // returns a *RequestInformation when successful func (m *OnlineMeetingsItemRegistrationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemRegistrationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/communications/online_meetings_item_transcripts_delta_request_builder.go b/communications/online_meetings_item_transcripts_delta_request_builder.go index 830d67e02ef..699149c89d5 100644 --- a/communications/online_meetings_item_transcripts_delta_request_builder.go +++ b/communications/online_meetings_item_transcripts_delta_request_builder.go @@ -52,7 +52,7 @@ func NewOnlineMeetingsItemTranscriptsDeltaRequestBuilder(rawUrl string, requestA return NewOnlineMeetingsItemTranscriptsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a OnlineMeetingsItemTranscriptsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsItemTranscriptsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsDeltaRequestBuilderGetRequestConfiguration)(OnlineMeetingsItemTranscriptsDeltaResponseable, error) { diff --git a/communications/online_meetings_item_transcripts_delta_response.go b/communications/online_meetings_item_transcripts_delta_response.go index 34c13ee8d59..f6d7765a332 100644 --- a/communications/online_meetings_item_transcripts_delta_response.go +++ b/communications/online_meetings_item_transcripts_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemTranscriptsDeltaGetResponseable instead. type OnlineMeetingsItemTranscriptsDeltaResponse struct { OnlineMeetingsItemTranscriptsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsItemTranscriptsDeltaResponse()(*OnlineMeetingsItemTranscri func CreateOnlineMeetingsItemTranscriptsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsItemTranscriptsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsItemTranscriptsDeltaGetResponseable instead. type OnlineMeetingsItemTranscriptsDeltaResponseable interface { OnlineMeetingsItemTranscriptsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go b/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go index 59f30dca570..e43b155882e 100644 --- a/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go +++ b/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go @@ -31,7 +31,7 @@ func NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilde return NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getVirtualAppointmentJoinWebUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead. // returns a OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable, error) { diff --git a/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go b/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go index 93f3eebccc2..23aae4686f8 100644 --- a/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go +++ b/communications/online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse struct { OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponse } @@ -20,7 +20,7 @@ func NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse()(*O func CreateOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable instead. type OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable interface { OnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_as_hierarchy_response.go b/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_as_hierarchy_response.go index a7680eb66b8..372b102197f 100644 --- a/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_as_hierarchy_response.go +++ b/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_as_hierarchy_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyGetResponseable instead. type EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyResponse struct { EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyGetResponse } @@ -20,7 +20,7 @@ func NewEdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyRes func CreateEdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyGetResponseable instead. type EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyResponseable interface { EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_request_builder.go b/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_request_builder.go index 61fa85623b1..463bd01287c 100644 --- a/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_request_builder.go +++ b/compliance/ediscovery_cases_item_tags_microsoft_graph_ediscovery_as_hierarchy_request_builder.go @@ -52,7 +52,7 @@ func NewEdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyRequestBuilder return NewEdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function asHierarchy -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAsHierarchyGetResponse instead. // returns a EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyRequestBuilder) Get(ctx context.Context, requestConfiguration *EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyRequestBuilderGetRequestConfiguration)(EdiscoveryCasesItemTagsMicrosoftGraphEdiscoveryAsHierarchyAsHierarchyResponseable, error) { diff --git a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go index cf60ca41b79..c89dd24693d 100644 --- a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go +++ b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead. type ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse struct { ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesR func CreateItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead. type ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable interface { ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go index 5c52a7aadb3..e618bbaf3be 100644 --- a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go +++ b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder return NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action addActivities -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddActivitiesPostResponse instead. // returns a ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder) Post(ctx context.Context, body ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBodyable, requestConfiguration *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderPostRequestConfiguration)(ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable, error) { diff --git a/contacts/delta_request_builder.go b/contacts/delta_request_builder.go index 43fd66b8169..bd721cdabc1 100644 --- a/contacts/delta_request_builder.go +++ b/contacts/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/contacts/delta_response.go b/contacts/delta_response.go index 11b9d94359c..5ecb311fe5e 100644 --- a/contacts/delta_response.go +++ b/contacts/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contacts/get_by_ids_request_builder.go b/contacts/get_by_ids_request_builder.go index e114ab3f97b..91ded84ff9f 100644 --- a/contacts/get_by_ids_request_builder.go +++ b/contacts/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/contacts/get_by_ids_response.go b/contacts/get_by_ids_response.go index 38d936235e8..81e90a645ff 100644 --- a/contacts/get_by_ids_response.go +++ b/contacts/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contacts/item_check_member_groups_request_builder.go b/contacts/item_check_member_groups_request_builder.go index 091e5f187a8..4332d19d705 100644 --- a/contacts/item_check_member_groups_request_builder.go +++ b/contacts/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/contacts/item_check_member_groups_response.go b/contacts/item_check_member_groups_response.go index da4bfaaeade..12aad33ebca 100644 --- a/contacts/item_check_member_groups_response.go +++ b/contacts/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contacts/item_check_member_objects_request_builder.go b/contacts/item_check_member_objects_request_builder.go index f6e57895916..b65898a34bb 100644 --- a/contacts/item_check_member_objects_request_builder.go +++ b/contacts/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/contacts/item_check_member_objects_response.go b/contacts/item_check_member_objects_response.go index b75ac7a4d39..d68b1510ad3 100644 --- a/contacts/item_check_member_objects_response.go +++ b/contacts/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contacts/item_get_member_groups_request_builder.go b/contacts/item_get_member_groups_request_builder.go index 8b8d8e2c821..e8bd73e4a84 100644 --- a/contacts/item_get_member_groups_request_builder.go +++ b/contacts/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/contacts/item_get_member_groups_response.go b/contacts/item_get_member_groups_response.go index 6f0e8ed50fb..3c146be4c2f 100644 --- a/contacts/item_get_member_groups_response.go +++ b/contacts/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contacts/item_get_member_objects_request_builder.go b/contacts/item_get_member_objects_request_builder.go index f0e7b2ce0bb..e0063de08a5 100644 --- a/contacts/item_get_member_objects_request_builder.go +++ b/contacts/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/contacts/item_get_member_objects_response.go b/contacts/item_get_member_objects_response.go index 78a38982ccc..58d75e9748c 100644 --- a/contacts/item_get_member_objects_response.go +++ b/contacts/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contracts/delta_request_builder.go b/contracts/delta_request_builder.go index d63fcf98363..6b44bfa0f09 100644 --- a/contracts/delta_request_builder.go +++ b/contracts/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/contracts/delta_response.go b/contracts/delta_response.go index 7ccd6888918..e91dfeb7d2e 100644 --- a/contracts/delta_response.go +++ b/contracts/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contracts/get_by_ids_request_builder.go b/contracts/get_by_ids_request_builder.go index 7a22f97de67..63c437a32fc 100644 --- a/contracts/get_by_ids_request_builder.go +++ b/contracts/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/contracts/get_by_ids_response.go b/contracts/get_by_ids_response.go index b36b85aff8b..823fdd2b494 100644 --- a/contracts/get_by_ids_response.go +++ b/contracts/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contracts/item_check_member_groups_request_builder.go b/contracts/item_check_member_groups_request_builder.go index 06feeb51841..67768dcffc9 100644 --- a/contracts/item_check_member_groups_request_builder.go +++ b/contracts/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/contracts/item_check_member_groups_response.go b/contracts/item_check_member_groups_response.go index 2f68e4ac016..e029a8f7220 100644 --- a/contracts/item_check_member_groups_response.go +++ b/contracts/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contracts/item_check_member_objects_request_builder.go b/contracts/item_check_member_objects_request_builder.go index 5f6e5556fcb..6c9f8cb2819 100644 --- a/contracts/item_check_member_objects_request_builder.go +++ b/contracts/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/contracts/item_check_member_objects_response.go b/contracts/item_check_member_objects_response.go index 86b63b662b6..2e54ea1b96c 100644 --- a/contracts/item_check_member_objects_response.go +++ b/contracts/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contracts/item_get_member_groups_request_builder.go b/contracts/item_get_member_groups_request_builder.go index f2c7695ac30..6a5f87ef78f 100644 --- a/contracts/item_get_member_groups_request_builder.go +++ b/contracts/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/contracts/item_get_member_groups_response.go b/contracts/item_get_member_groups_response.go index d46043c6eaa..c693a746fb4 100644 --- a/contracts/item_get_member_groups_response.go +++ b/contracts/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/contracts/item_get_member_objects_request_builder.go b/contracts/item_get_member_objects_request_builder.go index e51b7e21d9d..daec2cf3b51 100644 --- a/contracts/item_get_member_objects_request_builder.go +++ b/contracts/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/contracts/item_get_member_objects_response.go b/contracts/item_get_member_objects_response.go index 6fbabea5d03..aa14387693f 100644 --- a/contracts/item_get_member_objects_response.go +++ b/contracts/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/dataclassification/exact_match_data_stores_item_lookup_request_builder.go b/dataclassification/exact_match_data_stores_item_lookup_request_builder.go index 61fad4b546d..dac460d7c6e 100644 --- a/dataclassification/exact_match_data_stores_item_lookup_request_builder.go +++ b/dataclassification/exact_match_data_stores_item_lookup_request_builder.go @@ -31,7 +31,7 @@ func NewExactMatchDataStoresItemLookupRequestBuilder(rawUrl string, requestAdapt return NewExactMatchDataStoresItemLookupRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action lookup -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsLookupPostResponse instead. // returns a ExactMatchDataStoresItemLookupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ExactMatchDataStoresItemLookupRequestBuilder) Post(ctx context.Context, body ExactMatchDataStoresItemLookupPostRequestBodyable, requestConfiguration *ExactMatchDataStoresItemLookupRequestBuilderPostRequestConfiguration)(ExactMatchDataStoresItemLookupResponseable, error) { diff --git a/dataclassification/exact_match_data_stores_item_lookup_response.go b/dataclassification/exact_match_data_stores_item_lookup_response.go index 3b3fdb29c3f..b62c6bccb29 100644 --- a/dataclassification/exact_match_data_stores_item_lookup_response.go +++ b/dataclassification/exact_match_data_stores_item_lookup_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExactMatchDataStoresItemLookupPostResponseable instead. type ExactMatchDataStoresItemLookupResponse struct { ExactMatchDataStoresItemLookupPostResponse } @@ -20,7 +20,7 @@ func NewExactMatchDataStoresItemLookupResponse()(*ExactMatchDataStoresItemLookup func CreateExactMatchDataStoresItemLookupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewExactMatchDataStoresItemLookupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExactMatchDataStoresItemLookupPostResponseable instead. type ExactMatchDataStoresItemLookupResponseable interface { ExactMatchDataStoresItemLookupPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/android_managed_app_protections_has_payload_links_request_builder.go b/deviceappmanagement/android_managed_app_protections_has_payload_links_request_builder.go index 86288ab7cd9..d0c055b7515 100644 --- a/deviceappmanagement/android_managed_app_protections_has_payload_links_request_builder.go +++ b/deviceappmanagement/android_managed_app_protections_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewAndroidManagedAppProtectionsHasPayloadLinksRequestBuilder(rawUrl string, return NewAndroidManagedAppProtectionsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a AndroidManagedAppProtectionsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AndroidManagedAppProtectionsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body AndroidManagedAppProtectionsHasPayloadLinksPostRequestBodyable, requestConfiguration *AndroidManagedAppProtectionsHasPayloadLinksRequestBuilderPostRequestConfiguration)(AndroidManagedAppProtectionsHasPayloadLinksResponseable, error) { diff --git a/deviceappmanagement/android_managed_app_protections_has_payload_links_response.go b/deviceappmanagement/android_managed_app_protections_has_payload_links_response.go index 27bbb00429f..37de2bb7db4 100644 --- a/deviceappmanagement/android_managed_app_protections_has_payload_links_response.go +++ b/deviceappmanagement/android_managed_app_protections_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidManagedAppProtectionsHasPayloadLinksPostResponseable instead. type AndroidManagedAppProtectionsHasPayloadLinksResponse struct { AndroidManagedAppProtectionsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewAndroidManagedAppProtectionsHasPayloadLinksResponse()(*AndroidManagedApp func CreateAndroidManagedAppProtectionsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAndroidManagedAppProtectionsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidManagedAppProtectionsHasPayloadLinksPostResponseable instead. type AndroidManagedAppProtectionsHasPayloadLinksResponseable interface { AndroidManagedAppProtectionsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_request_builder.go b/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_request_builder.go index 433b0684988..56788eb971a 100644 --- a/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_request_builder.go +++ b/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewIosLobAppProvisioningConfigurationsHasPayloadLinksRequestBuilder(rawUrl return NewIosLobAppProvisioningConfigurationsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a IosLobAppProvisioningConfigurationsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *IosLobAppProvisioningConfigurationsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body IosLobAppProvisioningConfigurationsHasPayloadLinksPostRequestBodyable, requestConfiguration *IosLobAppProvisioningConfigurationsHasPayloadLinksRequestBuilderPostRequestConfiguration)(IosLobAppProvisioningConfigurationsHasPayloadLinksResponseable, error) { diff --git a/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_response.go b/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_response.go index 6305f194f01..ce7a9ce0237 100644 --- a/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_response.go +++ b/deviceappmanagement/ios_lob_app_provisioning_configurations_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IosLobAppProvisioningConfigurationsHasPayloadLinksPostResponseable instead. type IosLobAppProvisioningConfigurationsHasPayloadLinksResponse struct { IosLobAppProvisioningConfigurationsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewIosLobAppProvisioningConfigurationsHasPayloadLinksResponse()(*IosLobAppP func CreateIosLobAppProvisioningConfigurationsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewIosLobAppProvisioningConfigurationsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IosLobAppProvisioningConfigurationsHasPayloadLinksPostResponseable instead. type IosLobAppProvisioningConfigurationsHasPayloadLinksResponseable interface { IosLobAppProvisioningConfigurationsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/ios_managed_app_protections_has_payload_links_request_builder.go b/deviceappmanagement/ios_managed_app_protections_has_payload_links_request_builder.go index 540ead4d8d6..41f79f88f94 100644 --- a/deviceappmanagement/ios_managed_app_protections_has_payload_links_request_builder.go +++ b/deviceappmanagement/ios_managed_app_protections_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewIosManagedAppProtectionsHasPayloadLinksRequestBuilder(rawUrl string, req return NewIosManagedAppProtectionsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a IosManagedAppProtectionsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *IosManagedAppProtectionsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body IosManagedAppProtectionsHasPayloadLinksPostRequestBodyable, requestConfiguration *IosManagedAppProtectionsHasPayloadLinksRequestBuilderPostRequestConfiguration)(IosManagedAppProtectionsHasPayloadLinksResponseable, error) { diff --git a/deviceappmanagement/ios_managed_app_protections_has_payload_links_response.go b/deviceappmanagement/ios_managed_app_protections_has_payload_links_response.go index 28e0e7097ad..933985cbd8d 100644 --- a/deviceappmanagement/ios_managed_app_protections_has_payload_links_response.go +++ b/deviceappmanagement/ios_managed_app_protections_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IosManagedAppProtectionsHasPayloadLinksPostResponseable instead. type IosManagedAppProtectionsHasPayloadLinksResponse struct { IosManagedAppProtectionsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewIosManagedAppProtectionsHasPayloadLinksResponse()(*IosManagedAppProtecti func CreateIosManagedAppProtectionsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewIosManagedAppProtectionsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IosManagedAppProtectionsHasPayloadLinksPostResponseable instead. type IosManagedAppProtectionsHasPayloadLinksResponseable interface { IosManagedAppProtectionsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go index 564f28d3433..32a2f591ae9 100644 --- a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go +++ b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go @@ -46,7 +46,7 @@ func NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilde return NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getUserIdsWithFlaggedAppRegistration -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetUserIdsWithFlaggedAppRegistrationGetResponse instead. // returns a ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilderGetRequestConfiguration)(ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseable, error) { diff --git a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go index bad1fbe1ebc..66269c02c46 100644 --- a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go +++ b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponseable instead. type ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponse struct { ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponse } @@ -20,7 +20,7 @@ func NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponse()(*M func CreateManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponseable instead. type ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseable interface { ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_request_builder.go b/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_request_builder.go index 7ff2ff0fa9e..64eef7d73b7 100644 --- a/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_request_builder.go +++ b/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewMdmWindowsInformationProtectionPoliciesHasPayloadLinksRequestBuilder(raw return NewMdmWindowsInformationProtectionPoliciesHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a MdmWindowsInformationProtectionPoliciesHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MdmWindowsInformationProtectionPoliciesHasPayloadLinksRequestBuilder) Post(ctx context.Context, body MdmWindowsInformationProtectionPoliciesHasPayloadLinksPostRequestBodyable, requestConfiguration *MdmWindowsInformationProtectionPoliciesHasPayloadLinksRequestBuilderPostRequestConfiguration)(MdmWindowsInformationProtectionPoliciesHasPayloadLinksResponseable, error) { diff --git a/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_response.go b/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_response.go index 67f651525cb..1da46d0a8dd 100644 --- a/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_response.go +++ b/deviceappmanagement/mdm_windows_information_protection_policies_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MdmWindowsInformationProtectionPoliciesHasPayloadLinksPostResponseable instead. type MdmWindowsInformationProtectionPoliciesHasPayloadLinksResponse struct { MdmWindowsInformationProtectionPoliciesHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewMdmWindowsInformationProtectionPoliciesHasPayloadLinksResponse()(*MdmWin func CreateMdmWindowsInformationProtectionPoliciesHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMdmWindowsInformationProtectionPoliciesHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MdmWindowsInformationProtectionPoliciesHasPayloadLinksPostResponseable instead. type MdmWindowsInformationProtectionPoliciesHasPayloadLinksResponseable interface { MdmWindowsInformationProtectionPoliciesHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/mobile_apps_has_payload_links_request_builder.go b/deviceappmanagement/mobile_apps_has_payload_links_request_builder.go index 48ff3dcd7d8..9d0e51da538 100644 --- a/deviceappmanagement/mobile_apps_has_payload_links_request_builder.go +++ b/deviceappmanagement/mobile_apps_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewMobileAppsHasPayloadLinksRequestBuilder(rawUrl string, requestAdapter i2 return NewMobileAppsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a MobileAppsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MobileAppsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body MobileAppsHasPayloadLinksPostRequestBodyable, requestConfiguration *MobileAppsHasPayloadLinksRequestBuilderPostRequestConfiguration)(MobileAppsHasPayloadLinksResponseable, error) { diff --git a/deviceappmanagement/mobile_apps_has_payload_links_response.go b/deviceappmanagement/mobile_apps_has_payload_links_response.go index 80a048c177a..3d577fc2136 100644 --- a/deviceappmanagement/mobile_apps_has_payload_links_response.go +++ b/deviceappmanagement/mobile_apps_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MobileAppsHasPayloadLinksPostResponseable instead. type MobileAppsHasPayloadLinksResponse struct { MobileAppsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewMobileAppsHasPayloadLinksResponse()(*MobileAppsHasPayloadLinksResponse) func CreateMobileAppsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMobileAppsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MobileAppsHasPayloadLinksPostResponseable instead. type MobileAppsHasPayloadLinksResponseable interface { MobileAppsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/mobile_apps_validate_xml_request_builder.go b/deviceappmanagement/mobile_apps_validate_xml_request_builder.go index 559868e7a85..0d67cd2abd4 100644 --- a/deviceappmanagement/mobile_apps_validate_xml_request_builder.go +++ b/deviceappmanagement/mobile_apps_validate_xml_request_builder.go @@ -31,7 +31,7 @@ func NewMobileAppsValidateXmlRequestBuilder(rawUrl string, requestAdapter i2ae41 return NewMobileAppsValidateXmlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action validateXml -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsValidateXmlPostResponse instead. // returns a MobileAppsValidateXmlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MobileAppsValidateXmlRequestBuilder) Post(ctx context.Context, body MobileAppsValidateXmlPostRequestBodyable, requestConfiguration *MobileAppsValidateXmlRequestBuilderPostRequestConfiguration)(MobileAppsValidateXmlResponseable, error) { diff --git a/deviceappmanagement/mobile_apps_validate_xml_response.go b/deviceappmanagement/mobile_apps_validate_xml_response.go index 3fb7eccc66e..e4e13f9252f 100644 --- a/deviceappmanagement/mobile_apps_validate_xml_response.go +++ b/deviceappmanagement/mobile_apps_validate_xml_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MobileAppsValidateXmlPostResponseable instead. type MobileAppsValidateXmlResponse struct { MobileAppsValidateXmlPostResponse } @@ -20,7 +20,7 @@ func NewMobileAppsValidateXmlResponse()(*MobileAppsValidateXmlResponse) { func CreateMobileAppsValidateXmlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMobileAppsValidateXmlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MobileAppsValidateXmlPostResponseable instead. type MobileAppsValidateXmlResponseable interface { MobileAppsValidateXmlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/deviceappmanagement/policy_sets_get_policy_sets_request_builder.go b/deviceappmanagement/policy_sets_get_policy_sets_request_builder.go index 6d290173841..b718258f7d4 100644 --- a/deviceappmanagement/policy_sets_get_policy_sets_request_builder.go +++ b/deviceappmanagement/policy_sets_get_policy_sets_request_builder.go @@ -31,7 +31,7 @@ func NewPolicySetsGetPolicySetsRequestBuilder(rawUrl string, requestAdapter i2ae return NewPolicySetsGetPolicySetsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getPolicySets -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetPolicySetsPostResponse instead. // returns a PolicySetsGetPolicySetsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PolicySetsGetPolicySetsRequestBuilder) Post(ctx context.Context, body PolicySetsGetPolicySetsPostRequestBodyable, requestConfiguration *PolicySetsGetPolicySetsRequestBuilderPostRequestConfiguration)(PolicySetsGetPolicySetsResponseable, error) { diff --git a/deviceappmanagement/policy_sets_get_policy_sets_response.go b/deviceappmanagement/policy_sets_get_policy_sets_response.go index eb515b2b8ee..a57e6b72b42 100644 --- a/deviceappmanagement/policy_sets_get_policy_sets_response.go +++ b/deviceappmanagement/policy_sets_get_policy_sets_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicySetsGetPolicySetsPostResponseable instead. type PolicySetsGetPolicySetsResponse struct { PolicySetsGetPolicySetsPostResponse } @@ -20,7 +20,7 @@ func NewPolicySetsGetPolicySetsResponse()(*PolicySetsGetPolicySetsResponse) { func CreatePolicySetsGetPolicySetsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPolicySetsGetPolicySetsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicySetsGetPolicySetsPostResponseable instead. type PolicySetsGetPolicySetsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PolicySetsGetPolicySetsPostResponseable diff --git a/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_request_builder.go b/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_request_builder.go index 68a703061a8..33b103715c2 100644 --- a/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_request_builder.go +++ b/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewTargetedManagedAppConfigurationsHasPayloadLinksRequestBuilder(rawUrl str return NewTargetedManagedAppConfigurationsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a TargetedManagedAppConfigurationsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TargetedManagedAppConfigurationsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body TargetedManagedAppConfigurationsHasPayloadLinksPostRequestBodyable, requestConfiguration *TargetedManagedAppConfigurationsHasPayloadLinksRequestBuilderPostRequestConfiguration)(TargetedManagedAppConfigurationsHasPayloadLinksResponseable, error) { diff --git a/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_response.go b/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_response.go index 29d9b50cbc1..0a222d29a24 100644 --- a/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_response.go +++ b/deviceappmanagement/targeted_managed_app_configurations_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TargetedManagedAppConfigurationsHasPayloadLinksPostResponseable instead. type TargetedManagedAppConfigurationsHasPayloadLinksResponse struct { TargetedManagedAppConfigurationsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewTargetedManagedAppConfigurationsHasPayloadLinksResponse()(*TargetedManag func CreateTargetedManagedAppConfigurationsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTargetedManagedAppConfigurationsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TargetedManagedAppConfigurationsHasPayloadLinksPostResponseable instead. type TargetedManagedAppConfigurationsHasPayloadLinksResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TargetedManagedAppConfigurationsHasPayloadLinksPostResponseable diff --git a/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_request_builder.go b/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_request_builder.go index 862958134d1..d9848300b85 100644 --- a/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_request_builder.go +++ b/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_request_builder.go @@ -49,7 +49,7 @@ func NewVppTokensGetLicensesForAppWithBundleIdRequestBuilder(rawUrl string, requ return NewVppTokensGetLicensesForAppWithBundleIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getLicensesForApp -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetLicensesForAppWithBundleIdGetResponse instead. // returns a VppTokensGetLicensesForAppWithBundleIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VppTokensGetLicensesForAppWithBundleIdRequestBuilder) Get(ctx context.Context, requestConfiguration *VppTokensGetLicensesForAppWithBundleIdRequestBuilderGetRequestConfiguration)(VppTokensGetLicensesForAppWithBundleIdResponseable, error) { diff --git a/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_response.go b/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_response.go index d0b742ff283..b9e9140cf6f 100644 --- a/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_response.go +++ b/deviceappmanagement/vpp_tokens_get_licenses_for_app_with_bundle_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VppTokensGetLicensesForAppWithBundleIdGetResponseable instead. type VppTokensGetLicensesForAppWithBundleIdResponse struct { VppTokensGetLicensesForAppWithBundleIdGetResponse } @@ -20,7 +20,7 @@ func NewVppTokensGetLicensesForAppWithBundleIdResponse()(*VppTokensGetLicensesFo func CreateVppTokensGetLicensesForAppWithBundleIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVppTokensGetLicensesForAppWithBundleIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VppTokensGetLicensesForAppWithBundleIdGetResponseable instead. type VppTokensGetLicensesForAppWithBundleIdResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VppTokensGetLicensesForAppWithBundleIdGetResponseable diff --git a/devicemanagement/android_for_work_settings_request_signup_url_request_builder.go b/devicemanagement/android_for_work_settings_request_signup_url_request_builder.go index 65aad98f34d..92cc7de3e8b 100644 --- a/devicemanagement/android_for_work_settings_request_signup_url_request_builder.go +++ b/devicemanagement/android_for_work_settings_request_signup_url_request_builder.go @@ -31,7 +31,7 @@ func NewAndroidForWorkSettingsRequestSignupUrlRequestBuilder(rawUrl string, requ return NewAndroidForWorkSettingsRequestSignupUrlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action requestSignupUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRequestSignupUrlPostResponse instead. // returns a AndroidForWorkSettingsRequestSignupUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AndroidForWorkSettingsRequestSignupUrlRequestBuilder) Post(ctx context.Context, body AndroidForWorkSettingsRequestSignupUrlPostRequestBodyable, requestConfiguration *AndroidForWorkSettingsRequestSignupUrlRequestBuilderPostRequestConfiguration)(AndroidForWorkSettingsRequestSignupUrlResponseable, error) { diff --git a/devicemanagement/android_for_work_settings_request_signup_url_response.go b/devicemanagement/android_for_work_settings_request_signup_url_response.go index e3ecf5a6442..9e25f6b25f9 100644 --- a/devicemanagement/android_for_work_settings_request_signup_url_response.go +++ b/devicemanagement/android_for_work_settings_request_signup_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidForWorkSettingsRequestSignupUrlPostResponseable instead. type AndroidForWorkSettingsRequestSignupUrlResponse struct { AndroidForWorkSettingsRequestSignupUrlPostResponse } @@ -20,7 +20,7 @@ func NewAndroidForWorkSettingsRequestSignupUrlResponse()(*AndroidForWorkSettings func CreateAndroidForWorkSettingsRequestSignupUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAndroidForWorkSettingsRequestSignupUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidForWorkSettingsRequestSignupUrlPostResponseable instead. type AndroidForWorkSettingsRequestSignupUrlResponseable interface { AndroidForWorkSettingsRequestSignupUrlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_request_builder.go b/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_request_builder.go index a8049c5848d..3f8ab34d5e7 100644 --- a/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_request_builder.go +++ b/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_request_builder.go @@ -31,7 +31,7 @@ func NewAndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenRequ return NewAndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenRequestBuilderInternal(urlParams, requestAdapter) } // Post generates a web token that is used in an embeddable component. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCreateGooglePlayWebTokenPostResponse instead. // returns a AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenRequestBuilder) Post(ctx context.Context, body AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenPostRequestBodyable, requestConfiguration *AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenRequestBuilderPostRequestConfiguration)(AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenResponseable, error) { diff --git a/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_response.go b/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_response.go index 933cce9795e..627c6d26526 100644 --- a/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_response.go +++ b/devicemanagement/android_managed_store_account_enterprise_settings_create_google_play_web_token_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenPostResponseable instead. type AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenResponse struct { AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenPostResponse } @@ -20,7 +20,7 @@ func NewAndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenResp func CreateAndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenPostResponseable instead. type AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenResponseable interface { AndroidManagedStoreAccountEnterpriseSettingsCreateGooglePlayWebTokenPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_request_builder.go b/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_request_builder.go index ade2aec035b..9c1ed18f521 100644 --- a/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_request_builder.go +++ b/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_request_builder.go @@ -31,7 +31,7 @@ func NewAndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlRequestBuild return NewAndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action requestSignupUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRequestSignupUrlPostResponse instead. // returns a AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlRequestBuilder) Post(ctx context.Context, body AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlPostRequestBodyable, requestConfiguration *AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlRequestBuilderPostRequestConfiguration)(AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlResponseable, error) { diff --git a/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_response.go b/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_response.go index 70b3c5177db..055eff714c7 100644 --- a/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_response.go +++ b/devicemanagement/android_managed_store_account_enterprise_settings_request_signup_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlPostResponseable instead. type AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlResponse struct { AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlPostResponse } @@ -20,7 +20,7 @@ func NewAndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlResponse()(* func CreateAndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlPostResponseable instead. type AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlResponseable interface { AndroidManagedStoreAccountEnterpriseSettingsRequestSignupUrlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go index 8fca00c05b3..ac61dcbbea7 100644 --- a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go +++ b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go @@ -31,7 +31,7 @@ func NewApplePushNotificationCertificateDownloadApplePushNotificationCertificate return NewApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilderInternal(urlParams, requestAdapter) } // Get download Apple push notification certificate signing request -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDownloadApplePushNotificationCertificateSigningRequestGetResponse instead. // returns a ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder) Get(ctx context.Context, requestConfiguration *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilderGetRequestConfiguration)(ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseable, error) { diff --git a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go index 75184de2ac6..910ce0620bd 100644 --- a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go +++ b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponseable instead. type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponse struct { ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponse } @@ -20,7 +20,7 @@ func NewApplePushNotificationCertificateDownloadApplePushNotificationCertificate func CreateApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponseable instead. type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseable interface { ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_request_builder.go b/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_request_builder.go index 2ce5f8d7e6e..56c8b5409f1 100644 --- a/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_request_builder.go +++ b/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_request_builder.go @@ -31,7 +31,7 @@ func NewApplePushNotificationCertificateGenerateApplePushNotificationCertificate return NewApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestRequestBuilderInternal(urlParams, requestAdapter) } // Post download Apple push notification certificate signing request -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGenerateApplePushNotificationCertificateSigningRequestPostResponse instead. // returns a ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestRequestBuilder) Post(ctx context.Context, requestConfiguration *ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestRequestBuilderPostRequestConfiguration)(ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestResponseable, error) { diff --git a/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_response.go b/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_response.go index 511ae0ff794..514092323d6 100644 --- a/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_response.go +++ b/devicemanagement/apple_push_notification_certificate_generate_apple_push_notification_certificate_signing_request_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestPostResponseable instead. type ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestResponse struct { ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestPostResponse } @@ -20,7 +20,7 @@ func NewApplePushNotificationCertificateGenerateApplePushNotificationCertificate func CreateApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestPostResponseable instead. type ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestResponseable interface { ApplePushNotificationCertificateGenerateApplePushNotificationCertificateSigningRequestPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_request_builder.go b/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_request_builder.go index 5e3eceb4239..bcba721424f 100644 --- a/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_request_builder.go +++ b/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_request_builder.go @@ -49,7 +49,7 @@ func NewAssignmentFiltersGetPlatformSupportedPropertiesWithPlatformRequestBuilde return NewAssignmentFiltersGetPlatformSupportedPropertiesWithPlatformRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getPlatformSupportedProperties -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetPlatformSupportedPropertiesWithPlatformGetResponse instead. // returns a AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformRequestBuilder) Get(ctx context.Context, requestConfiguration *AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformRequestBuilderGetRequestConfiguration)(AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformResponseable, error) { diff --git a/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_response.go b/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_response.go index 3f5f29d227d..41b73d49259 100644 --- a/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_response.go +++ b/devicemanagement/assignment_filters_get_platform_supported_properties_with_platform_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformGetResponseable instead. type AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformResponse struct { AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformGetResponse } @@ -20,7 +20,7 @@ func NewAssignmentFiltersGetPlatformSupportedPropertiesWithPlatformResponse()(*A func CreateAssignmentFiltersGetPlatformSupportedPropertiesWithPlatformResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAssignmentFiltersGetPlatformSupportedPropertiesWithPlatformResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformGetResponseable instead. type AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformResponseable interface { AssignmentFiltersGetPlatformSupportedPropertiesWithPlatformGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/assignment_filters_item_get_supported_properties_request_builder.go b/devicemanagement/assignment_filters_item_get_supported_properties_request_builder.go index d9bd1f704cd..7b068145c13 100644 --- a/devicemanagement/assignment_filters_item_get_supported_properties_request_builder.go +++ b/devicemanagement/assignment_filters_item_get_supported_properties_request_builder.go @@ -46,7 +46,7 @@ func NewAssignmentFiltersItemGetSupportedPropertiesRequestBuilder(rawUrl string, return NewAssignmentFiltersItemGetSupportedPropertiesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getSupportedProperties -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetSupportedPropertiesGetResponse instead. // returns a AssignmentFiltersItemGetSupportedPropertiesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AssignmentFiltersItemGetSupportedPropertiesRequestBuilder) Get(ctx context.Context, requestConfiguration *AssignmentFiltersItemGetSupportedPropertiesRequestBuilderGetRequestConfiguration)(AssignmentFiltersItemGetSupportedPropertiesResponseable, error) { diff --git a/devicemanagement/assignment_filters_item_get_supported_properties_response.go b/devicemanagement/assignment_filters_item_get_supported_properties_response.go index ebe9e4abf10..e64e6761454 100644 --- a/devicemanagement/assignment_filters_item_get_supported_properties_response.go +++ b/devicemanagement/assignment_filters_item_get_supported_properties_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AssignmentFiltersItemGetSupportedPropertiesGetResponseable instead. type AssignmentFiltersItemGetSupportedPropertiesResponse struct { AssignmentFiltersItemGetSupportedPropertiesGetResponse } @@ -20,7 +20,7 @@ func NewAssignmentFiltersItemGetSupportedPropertiesResponse()(*AssignmentFilters func CreateAssignmentFiltersItemGetSupportedPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAssignmentFiltersItemGetSupportedPropertiesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AssignmentFiltersItemGetSupportedPropertiesGetResponseable instead. type AssignmentFiltersItemGetSupportedPropertiesResponseable interface { AssignmentFiltersItemGetSupportedPropertiesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go b/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go index 8eee87ce3c4..7af3134699a 100644 --- a/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go +++ b/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go @@ -49,7 +49,7 @@ func NewAuditEventsGetAuditActivityTypesWithCategoryRequestBuilder(rawUrl string return NewAuditEventsGetAuditActivityTypesWithCategoryRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getAuditActivityTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAuditActivityTypesWithCategoryGetResponse instead. // returns a AuditEventsGetAuditActivityTypesWithCategoryResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AuditEventsGetAuditActivityTypesWithCategoryRequestBuilder) Get(ctx context.Context, requestConfiguration *AuditEventsGetAuditActivityTypesWithCategoryRequestBuilderGetRequestConfiguration)(AuditEventsGetAuditActivityTypesWithCategoryResponseable, error) { diff --git a/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go b/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go index 768d3a7d0e8..b73d11c75d8 100644 --- a/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go +++ b/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AuditEventsGetAuditActivityTypesWithCategoryGetResponseable instead. type AuditEventsGetAuditActivityTypesWithCategoryResponse struct { AuditEventsGetAuditActivityTypesWithCategoryGetResponse } @@ -20,7 +20,7 @@ func NewAuditEventsGetAuditActivityTypesWithCategoryResponse()(*AuditEventsGetAu func CreateAuditEventsGetAuditActivityTypesWithCategoryResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAuditEventsGetAuditActivityTypesWithCategoryResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AuditEventsGetAuditActivityTypesWithCategoryGetResponseable instead. type AuditEventsGetAuditActivityTypesWithCategoryResponseable interface { AuditEventsGetAuditActivityTypesWithCategoryGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/audit_events_get_audit_categories_request_builder.go b/devicemanagement/audit_events_get_audit_categories_request_builder.go index 8de108d840e..9ec73aa6b92 100644 --- a/devicemanagement/audit_events_get_audit_categories_request_builder.go +++ b/devicemanagement/audit_events_get_audit_categories_request_builder.go @@ -46,7 +46,7 @@ func NewAuditEventsGetAuditCategoriesRequestBuilder(rawUrl string, requestAdapte return NewAuditEventsGetAuditCategoriesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAuditCategories -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAuditCategoriesGetResponse instead. // returns a AuditEventsGetAuditCategoriesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AuditEventsGetAuditCategoriesRequestBuilder) Get(ctx context.Context, requestConfiguration *AuditEventsGetAuditCategoriesRequestBuilderGetRequestConfiguration)(AuditEventsGetAuditCategoriesResponseable, error) { diff --git a/devicemanagement/audit_events_get_audit_categories_response.go b/devicemanagement/audit_events_get_audit_categories_response.go index 63a68bf41f3..00125716eb9 100644 --- a/devicemanagement/audit_events_get_audit_categories_response.go +++ b/devicemanagement/audit_events_get_audit_categories_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AuditEventsGetAuditCategoriesGetResponseable instead. type AuditEventsGetAuditCategoriesResponse struct { AuditEventsGetAuditCategoriesGetResponse } @@ -20,7 +20,7 @@ func NewAuditEventsGetAuditCategoriesResponse()(*AuditEventsGetAuditCategoriesRe func CreateAuditEventsGetAuditCategoriesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAuditEventsGetAuditCategoriesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AuditEventsGetAuditCategoriesGetResponseable instead. type AuditEventsGetAuditCategoriesResponseable interface { AuditEventsGetAuditCategoriesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_request_builder.go b/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_request_builder.go index 403d5cfe2e0..c7e4b1708f1 100644 --- a/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_request_builder.go +++ b/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_request_builder.go @@ -31,7 +31,7 @@ func NewCertificateConnectorDetailsItemGetHealthMetricTimeSeriesRequestBuilder(r return NewCertificateConnectorDetailsItemGetHealthMetricTimeSeriesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getHealthMetricTimeSeries -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetHealthMetricTimeSeriesPostResponse instead. // returns a CertificateConnectorDetailsItemGetHealthMetricTimeSeriesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CertificateConnectorDetailsItemGetHealthMetricTimeSeriesRequestBuilder) Post(ctx context.Context, body CertificateConnectorDetailsItemGetHealthMetricTimeSeriesPostRequestBodyable, requestConfiguration *CertificateConnectorDetailsItemGetHealthMetricTimeSeriesRequestBuilderPostRequestConfiguration)(CertificateConnectorDetailsItemGetHealthMetricTimeSeriesResponseable, error) { diff --git a/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_response.go b/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_response.go index dbd61464339..675455586dd 100644 --- a/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_response.go +++ b/devicemanagement/certificate_connector_details_item_get_health_metric_time_series_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CertificateConnectorDetailsItemGetHealthMetricTimeSeriesPostResponseable instead. type CertificateConnectorDetailsItemGetHealthMetricTimeSeriesResponse struct { CertificateConnectorDetailsItemGetHealthMetricTimeSeriesPostResponse } @@ -20,7 +20,7 @@ func NewCertificateConnectorDetailsItemGetHealthMetricTimeSeriesResponse()(*Cert func CreateCertificateConnectorDetailsItemGetHealthMetricTimeSeriesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCertificateConnectorDetailsItemGetHealthMetricTimeSeriesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CertificateConnectorDetailsItemGetHealthMetricTimeSeriesPostResponseable instead. type CertificateConnectorDetailsItemGetHealthMetricTimeSeriesResponseable interface { CertificateConnectorDetailsItemGetHealthMetricTimeSeriesPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/certificate_connector_details_item_get_health_metrics_request_builder.go b/devicemanagement/certificate_connector_details_item_get_health_metrics_request_builder.go index 0c8524e8b06..5c5105783aa 100644 --- a/devicemanagement/certificate_connector_details_item_get_health_metrics_request_builder.go +++ b/devicemanagement/certificate_connector_details_item_get_health_metrics_request_builder.go @@ -31,7 +31,7 @@ func NewCertificateConnectorDetailsItemGetHealthMetricsRequestBuilder(rawUrl str return NewCertificateConnectorDetailsItemGetHealthMetricsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getHealthMetrics -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetHealthMetricsPostResponse instead. // returns a CertificateConnectorDetailsItemGetHealthMetricsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CertificateConnectorDetailsItemGetHealthMetricsRequestBuilder) Post(ctx context.Context, body CertificateConnectorDetailsItemGetHealthMetricsPostRequestBodyable, requestConfiguration *CertificateConnectorDetailsItemGetHealthMetricsRequestBuilderPostRequestConfiguration)(CertificateConnectorDetailsItemGetHealthMetricsResponseable, error) { diff --git a/devicemanagement/certificate_connector_details_item_get_health_metrics_response.go b/devicemanagement/certificate_connector_details_item_get_health_metrics_response.go index db75d676dc8..24447d7243d 100644 --- a/devicemanagement/certificate_connector_details_item_get_health_metrics_response.go +++ b/devicemanagement/certificate_connector_details_item_get_health_metrics_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CertificateConnectorDetailsItemGetHealthMetricsPostResponseable instead. type CertificateConnectorDetailsItemGetHealthMetricsResponse struct { CertificateConnectorDetailsItemGetHealthMetricsPostResponse } @@ -20,7 +20,7 @@ func NewCertificateConnectorDetailsItemGetHealthMetricsResponse()(*CertificateCo func CreateCertificateConnectorDetailsItemGetHealthMetricsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCertificateConnectorDetailsItemGetHealthMetricsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CertificateConnectorDetailsItemGetHealthMetricsPostResponseable instead. type CertificateConnectorDetailsItemGetHealthMetricsResponseable interface { CertificateConnectorDetailsItemGetHealthMetricsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/comanaged_devices_app_diagnostics_with_upn_request_builder.go b/devicemanagement/comanaged_devices_app_diagnostics_with_upn_request_builder.go index d4d917ac750..d9eab8ab1b2 100644 --- a/devicemanagement/comanaged_devices_app_diagnostics_with_upn_request_builder.go +++ b/devicemanagement/comanaged_devices_app_diagnostics_with_upn_request_builder.go @@ -49,7 +49,7 @@ func NewComanagedDevicesAppDiagnosticsWithUpnRequestBuilder(rawUrl string, reque return NewComanagedDevicesAppDiagnosticsWithUpnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function appDiagnostics -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAppDiagnosticsWithUpnGetResponse instead. // returns a ComanagedDevicesAppDiagnosticsWithUpnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ComanagedDevicesAppDiagnosticsWithUpnRequestBuilder) Get(ctx context.Context, requestConfiguration *ComanagedDevicesAppDiagnosticsWithUpnRequestBuilderGetRequestConfiguration)(ComanagedDevicesAppDiagnosticsWithUpnResponseable, error) { diff --git a/devicemanagement/comanaged_devices_app_diagnostics_with_upn_response.go b/devicemanagement/comanaged_devices_app_diagnostics_with_upn_response.go index 53b46319dcb..34da32d1b5a 100644 --- a/devicemanagement/comanaged_devices_app_diagnostics_with_upn_response.go +++ b/devicemanagement/comanaged_devices_app_diagnostics_with_upn_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesAppDiagnosticsWithUpnGetResponseable instead. type ComanagedDevicesAppDiagnosticsWithUpnResponse struct { ComanagedDevicesAppDiagnosticsWithUpnGetResponse } @@ -20,7 +20,7 @@ func NewComanagedDevicesAppDiagnosticsWithUpnResponse()(*ComanagedDevicesAppDiag func CreateComanagedDevicesAppDiagnosticsWithUpnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewComanagedDevicesAppDiagnosticsWithUpnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesAppDiagnosticsWithUpnGetResponseable instead. type ComanagedDevicesAppDiagnosticsWithUpnResponseable interface { ComanagedDevicesAppDiagnosticsWithUpnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_request_builder.go b/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_request_builder.go index 42b889fe91b..dd47c9a9b74 100644 --- a/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_request_builder.go +++ b/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_request_builder.go @@ -46,7 +46,7 @@ func NewComanagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilder(rawUrl s return NewComanagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCloudPcRemoteActionResults -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCloudPcRemoteActionResultsGetResponse instead. // returns a ComanagedDevicesItemGetCloudPcRemoteActionResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ComanagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilder) Get(ctx context.Context, requestConfiguration *ComanagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilderGetRequestConfiguration)(ComanagedDevicesItemGetCloudPcRemoteActionResultsResponseable, error) { diff --git a/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_response.go b/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_response.go index a2b4fddd393..4637e2a7aca 100644 --- a/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_response.go +++ b/devicemanagement/comanaged_devices_item_get_cloud_pc_remote_action_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable instead. type ComanagedDevicesItemGetCloudPcRemoteActionResultsResponse struct { ComanagedDevicesItemGetCloudPcRemoteActionResultsGetResponse } @@ -20,7 +20,7 @@ func NewComanagedDevicesItemGetCloudPcRemoteActionResultsResponse()(*ComanagedDe func CreateComanagedDevicesItemGetCloudPcRemoteActionResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewComanagedDevicesItemGetCloudPcRemoteActionResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable instead. type ComanagedDevicesItemGetCloudPcRemoteActionResultsResponseable interface { ComanagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/comanaged_devices_item_get_file_vault_key_request_builder.go b/devicemanagement/comanaged_devices_item_get_file_vault_key_request_builder.go index e12c4486658..a6ad09de5b7 100644 --- a/devicemanagement/comanaged_devices_item_get_file_vault_key_request_builder.go +++ b/devicemanagement/comanaged_devices_item_get_file_vault_key_request_builder.go @@ -31,7 +31,7 @@ func NewComanagedDevicesItemGetFileVaultKeyRequestBuilder(rawUrl string, request return NewComanagedDevicesItemGetFileVaultKeyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getFileVaultKey -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetFileVaultKeyGetResponse instead. // returns a ComanagedDevicesItemGetFileVaultKeyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ComanagedDevicesItemGetFileVaultKeyRequestBuilder) Get(ctx context.Context, requestConfiguration *ComanagedDevicesItemGetFileVaultKeyRequestBuilderGetRequestConfiguration)(ComanagedDevicesItemGetFileVaultKeyResponseable, error) { diff --git a/devicemanagement/comanaged_devices_item_get_file_vault_key_response.go b/devicemanagement/comanaged_devices_item_get_file_vault_key_response.go index 312207d3148..84c65a0795f 100644 --- a/devicemanagement/comanaged_devices_item_get_file_vault_key_response.go +++ b/devicemanagement/comanaged_devices_item_get_file_vault_key_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemGetFileVaultKeyGetResponseable instead. type ComanagedDevicesItemGetFileVaultKeyResponse struct { ComanagedDevicesItemGetFileVaultKeyGetResponse } @@ -20,7 +20,7 @@ func NewComanagedDevicesItemGetFileVaultKeyResponse()(*ComanagedDevicesItemGetFi func CreateComanagedDevicesItemGetFileVaultKeyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewComanagedDevicesItemGetFileVaultKeyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemGetFileVaultKeyGetResponseable instead. type ComanagedDevicesItemGetFileVaultKeyResponseable interface { ComanagedDevicesItemGetFileVaultKeyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/comanaged_devices_item_get_non_compliant_settings_request_builder.go b/devicemanagement/comanaged_devices_item_get_non_compliant_settings_request_builder.go index d621ec3ab9c..c13e523acc7 100644 --- a/devicemanagement/comanaged_devices_item_get_non_compliant_settings_request_builder.go +++ b/devicemanagement/comanaged_devices_item_get_non_compliant_settings_request_builder.go @@ -46,7 +46,7 @@ func NewComanagedDevicesItemGetNonCompliantSettingsRequestBuilder(rawUrl string, return NewComanagedDevicesItemGetNonCompliantSettingsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getNonCompliantSettings -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetNonCompliantSettingsGetResponse instead. // returns a ComanagedDevicesItemGetNonCompliantSettingsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ComanagedDevicesItemGetNonCompliantSettingsRequestBuilder) Get(ctx context.Context, requestConfiguration *ComanagedDevicesItemGetNonCompliantSettingsRequestBuilderGetRequestConfiguration)(ComanagedDevicesItemGetNonCompliantSettingsResponseable, error) { diff --git a/devicemanagement/comanaged_devices_item_get_non_compliant_settings_response.go b/devicemanagement/comanaged_devices_item_get_non_compliant_settings_response.go index 4dd3d8811aa..fee81d4b6b7 100644 --- a/devicemanagement/comanaged_devices_item_get_non_compliant_settings_response.go +++ b/devicemanagement/comanaged_devices_item_get_non_compliant_settings_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemGetNonCompliantSettingsGetResponseable instead. type ComanagedDevicesItemGetNonCompliantSettingsResponse struct { ComanagedDevicesItemGetNonCompliantSettingsGetResponse } @@ -20,7 +20,7 @@ func NewComanagedDevicesItemGetNonCompliantSettingsResponse()(*ComanagedDevicesI func CreateComanagedDevicesItemGetNonCompliantSettingsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewComanagedDevicesItemGetNonCompliantSettingsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemGetNonCompliantSettingsGetResponseable instead. type ComanagedDevicesItemGetNonCompliantSettingsResponseable interface { ComanagedDevicesItemGetNonCompliantSettingsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_request_builder.go b/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_request_builder.go index ce657253e4a..a4ccc3c32a3 100644 --- a/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_request_builder.go +++ b/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_request_builder.go @@ -31,7 +31,7 @@ func NewComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBui return NewComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action createDownloadUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCreateDownloadUrlPostResponse instead. // returns a ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilder) Post(ctx context.Context, requestConfiguration *ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderPostRequestConfiguration)(ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable, error) { diff --git a/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_response.go b/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_response.go index d353638b824..ca77f5d151e 100644 --- a/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_response.go +++ b/devicemanagement/comanaged_devices_item_log_collection_requests_item_create_download_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead. type ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse struct { ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse } @@ -20,7 +20,7 @@ func NewComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse() func CreateComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead. type ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable interface { ComanagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/compliance_policies_item_assign_request_builder.go b/devicemanagement/compliance_policies_item_assign_request_builder.go index d5205cae3d4..353ae39c22b 100644 --- a/devicemanagement/compliance_policies_item_assign_request_builder.go +++ b/devicemanagement/compliance_policies_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewCompliancePoliciesItemAssignRequestBuilder(rawUrl string, requestAdapter return NewCompliancePoliciesItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a CompliancePoliciesItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CompliancePoliciesItemAssignRequestBuilder) Post(ctx context.Context, body CompliancePoliciesItemAssignPostRequestBodyable, requestConfiguration *CompliancePoliciesItemAssignRequestBuilderPostRequestConfiguration)(CompliancePoliciesItemAssignResponseable, error) { diff --git a/devicemanagement/compliance_policies_item_assign_response.go b/devicemanagement/compliance_policies_item_assign_response.go index 80618fa38b1..a26fdf823be 100644 --- a/devicemanagement/compliance_policies_item_assign_response.go +++ b/devicemanagement/compliance_policies_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CompliancePoliciesItemAssignPostResponseable instead. type CompliancePoliciesItemAssignResponse struct { CompliancePoliciesItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewCompliancePoliciesItemAssignResponse()(*CompliancePoliciesItemAssignResp func CreateCompliancePoliciesItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCompliancePoliciesItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CompliancePoliciesItemAssignPostResponseable instead. type CompliancePoliciesItemAssignResponseable interface { CompliancePoliciesItemAssignPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/compliance_policies_item_set_scheduled_actions_request_builder.go b/devicemanagement/compliance_policies_item_set_scheduled_actions_request_builder.go index 705bd849a79..7e8ba3aa8af 100644 --- a/devicemanagement/compliance_policies_item_set_scheduled_actions_request_builder.go +++ b/devicemanagement/compliance_policies_item_set_scheduled_actions_request_builder.go @@ -31,7 +31,7 @@ func NewCompliancePoliciesItemSetScheduledActionsRequestBuilder(rawUrl string, r return NewCompliancePoliciesItemSetScheduledActionsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action setScheduledActions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsSetScheduledActionsPostResponse instead. // returns a CompliancePoliciesItemSetScheduledActionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CompliancePoliciesItemSetScheduledActionsRequestBuilder) Post(ctx context.Context, body CompliancePoliciesItemSetScheduledActionsPostRequestBodyable, requestConfiguration *CompliancePoliciesItemSetScheduledActionsRequestBuilderPostRequestConfiguration)(CompliancePoliciesItemSetScheduledActionsResponseable, error) { diff --git a/devicemanagement/compliance_policies_item_set_scheduled_actions_response.go b/devicemanagement/compliance_policies_item_set_scheduled_actions_response.go index 0083e849404..e4b7b4e789d 100644 --- a/devicemanagement/compliance_policies_item_set_scheduled_actions_response.go +++ b/devicemanagement/compliance_policies_item_set_scheduled_actions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CompliancePoliciesItemSetScheduledActionsPostResponseable instead. type CompliancePoliciesItemSetScheduledActionsResponse struct { CompliancePoliciesItemSetScheduledActionsPostResponse } @@ -20,7 +20,7 @@ func NewCompliancePoliciesItemSetScheduledActionsResponse()(*CompliancePoliciesI func CreateCompliancePoliciesItemSetScheduledActionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCompliancePoliciesItemSetScheduledActionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CompliancePoliciesItemSetScheduledActionsPostResponseable instead. type CompliancePoliciesItemSetScheduledActionsResponseable interface { CompliancePoliciesItemSetScheduledActionsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/configuration_policies_item_assign_request_builder.go b/devicemanagement/configuration_policies_item_assign_request_builder.go index 8e143787890..1633e32a831 100644 --- a/devicemanagement/configuration_policies_item_assign_request_builder.go +++ b/devicemanagement/configuration_policies_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewConfigurationPoliciesItemAssignRequestBuilder(rawUrl string, requestAdap return NewConfigurationPoliciesItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a ConfigurationPoliciesItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ConfigurationPoliciesItemAssignRequestBuilder) Post(ctx context.Context, body ConfigurationPoliciesItemAssignPostRequestBodyable, requestConfiguration *ConfigurationPoliciesItemAssignRequestBuilderPostRequestConfiguration)(ConfigurationPoliciesItemAssignResponseable, error) { diff --git a/devicemanagement/configuration_policies_item_assign_response.go b/devicemanagement/configuration_policies_item_assign_response.go index a552335508c..0d182634029 100644 --- a/devicemanagement/configuration_policies_item_assign_response.go +++ b/devicemanagement/configuration_policies_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConfigurationPoliciesItemAssignPostResponseable instead. type ConfigurationPoliciesItemAssignResponse struct { ConfigurationPoliciesItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewConfigurationPoliciesItemAssignResponse()(*ConfigurationPoliciesItemAssi func CreateConfigurationPoliciesItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewConfigurationPoliciesItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConfigurationPoliciesItemAssignPostResponseable instead. type ConfigurationPoliciesItemAssignResponseable interface { ConfigurationPoliciesItemAssignPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_request_builder.go b/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_request_builder.go index 5091ff97128..3e31edf892c 100644 --- a/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_request_builder.go +++ b/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_request_builder.go @@ -34,7 +34,7 @@ func NewDepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeR return NewDepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getExpiringVppTokenCount -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetExpiringVppTokenCountWithExpiringBeforeDateTimeGetResponse instead. // returns a DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeRequestBuilderGetRequestConfiguration)(DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeResponseable, error) { diff --git a/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_response.go b/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_response.go index 77b153dfc10..7e786b6db58 100644 --- a/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_response.go +++ b/devicemanagement/dep_onboarding_settings_get_expiring_vpp_token_count_with_expiring_before_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeGetResponseable instead. type DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeResponse struct { DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewDepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeR func CreateDepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeGetResponseable instead. type DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeResponseable interface { DepOnboardingSettingsGetExpiringVppTokenCountWithExpiringBeforeDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_request_builder.go b/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_request_builder.go index b4abac764d9..95247f1ed6d 100644 --- a/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_request_builder.go +++ b/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_request_builder.go @@ -31,7 +31,7 @@ func NewDepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigRequest return NewDepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigRequestBuilderInternal(urlParams, requestAdapter) } // Get exports the mobile configuration -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsExportMobileConfigGetResponse instead. // returns a DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigRequestBuilder) Get(ctx context.Context, requestConfiguration *DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigRequestBuilderGetRequestConfiguration)(DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigResponseable, error) { diff --git a/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_response.go b/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_response.go index 5e673e1f4c1..6d0639719f4 100644 --- a/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_response.go +++ b/devicemanagement/dep_onboarding_settings_item_enrollment_profiles_item_export_mobile_config_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigGetResponseable instead. type DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigResponse struct { DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigGetResponse } @@ -20,7 +20,7 @@ func NewDepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigRespons func CreateDepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigGetResponseable instead. type DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigResponseable interface { DepOnboardingSettingsItemEnrollmentProfilesItemExportMobileConfigGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_request_builder.go b/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_request_builder.go index c0bdc45fc0b..e8804104747 100644 --- a/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_request_builder.go +++ b/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_request_builder.go @@ -31,7 +31,7 @@ func NewDepOnboardingSettingsItemGenerateEncryptionPublicKeyRequestBuilder(rawUr return NewDepOnboardingSettingsItemGenerateEncryptionPublicKeyRequestBuilderInternal(urlParams, requestAdapter) } // Post generate a public key to use to encrypt the Apple device enrollment program token -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGenerateEncryptionPublicKeyPostResponse instead. // returns a DepOnboardingSettingsItemGenerateEncryptionPublicKeyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DepOnboardingSettingsItemGenerateEncryptionPublicKeyRequestBuilder) Post(ctx context.Context, requestConfiguration *DepOnboardingSettingsItemGenerateEncryptionPublicKeyRequestBuilderPostRequestConfiguration)(DepOnboardingSettingsItemGenerateEncryptionPublicKeyResponseable, error) { diff --git a/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_response.go b/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_response.go index f7f049267e9..923765d9f0c 100644 --- a/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_response.go +++ b/devicemanagement/dep_onboarding_settings_item_generate_encryption_public_key_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemGenerateEncryptionPublicKeyPostResponseable instead. type DepOnboardingSettingsItemGenerateEncryptionPublicKeyResponse struct { DepOnboardingSettingsItemGenerateEncryptionPublicKeyPostResponse } @@ -20,7 +20,7 @@ func NewDepOnboardingSettingsItemGenerateEncryptionPublicKeyResponse()(*DepOnboa func CreateDepOnboardingSettingsItemGenerateEncryptionPublicKeyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDepOnboardingSettingsItemGenerateEncryptionPublicKeyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemGenerateEncryptionPublicKeyPostResponseable instead. type DepOnboardingSettingsItemGenerateEncryptionPublicKeyResponseable interface { DepOnboardingSettingsItemGenerateEncryptionPublicKeyPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_request_builder.go b/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_request_builder.go index 41073887753..07299a04968 100644 --- a/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_request_builder.go +++ b/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_request_builder.go @@ -31,7 +31,7 @@ func NewDepOnboardingSettingsItemGetEncryptionPublicKeyRequestBuilder(rawUrl str return NewDepOnboardingSettingsItemGetEncryptionPublicKeyRequestBuilderInternal(urlParams, requestAdapter) } // Get get a public key to use to encrypt the Apple device enrollment program token -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetEncryptionPublicKeyGetResponse instead. // returns a DepOnboardingSettingsItemGetEncryptionPublicKeyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DepOnboardingSettingsItemGetEncryptionPublicKeyRequestBuilder) Get(ctx context.Context, requestConfiguration *DepOnboardingSettingsItemGetEncryptionPublicKeyRequestBuilderGetRequestConfiguration)(DepOnboardingSettingsItemGetEncryptionPublicKeyResponseable, error) { diff --git a/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_response.go b/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_response.go index 4e8c2654ff7..dd8f14d674c 100644 --- a/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_response.go +++ b/devicemanagement/dep_onboarding_settings_item_get_encryption_public_key_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemGetEncryptionPublicKeyGetResponseable instead. type DepOnboardingSettingsItemGetEncryptionPublicKeyResponse struct { DepOnboardingSettingsItemGetEncryptionPublicKeyGetResponse } @@ -20,7 +20,7 @@ func NewDepOnboardingSettingsItemGetEncryptionPublicKeyResponse()(*DepOnboarding func CreateDepOnboardingSettingsItemGetEncryptionPublicKeyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDepOnboardingSettingsItemGetEncryptionPublicKeyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemGetEncryptionPublicKeyGetResponseable instead. type DepOnboardingSettingsItemGetEncryptionPublicKeyResponseable interface { DepOnboardingSettingsItemGetEncryptionPublicKeyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_request_builder.go b/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_request_builder.go index e55a74d17f9..fb35699efb3 100644 --- a/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_request_builder.go +++ b/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_request_builder.go @@ -31,7 +31,7 @@ func NewDepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceI return NewDepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action importAppleDeviceIdentityList -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsImportAppleDeviceIdentityListPostResponse instead. // returns a DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListRequestBuilder) Post(ctx context.Context, body DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListPostRequestBodyable, requestConfiguration *DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListRequestBuilderPostRequestConfiguration)(DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListResponseable, error) { diff --git a/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_response.go b/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_response.go index 97e9d32af70..240e6a6eb73 100644 --- a/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_response.go +++ b/devicemanagement/dep_onboarding_settings_item_imported_apple_device_identities_import_apple_device_identity_list_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListPostResponseable instead. type DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListResponse struct { DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListPostResponse } @@ -20,7 +20,7 @@ func NewDepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceI func CreateDepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListPostResponseable instead. type DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListResponseable interface { DepOnboardingSettingsItemImportedAppleDeviceIdentitiesImportAppleDeviceIdentityListPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_request_builder.go b/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_request_builder.go index 56f7e2bb341..e849975a9fe 100644 --- a/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_request_builder.go +++ b/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_request_builder.go @@ -46,7 +46,7 @@ func NewDeviceCompliancePoliciesGetDevicesScheduledToRetireRequestBuilder(rawUrl return NewDeviceCompliancePoliciesGetDevicesScheduledToRetireRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getDevicesScheduledToRetire -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetDevicesScheduledToRetireGetResponse instead. // returns a DeviceCompliancePoliciesGetDevicesScheduledToRetireResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceCompliancePoliciesGetDevicesScheduledToRetireRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesGetDevicesScheduledToRetireRequestBuilderGetRequestConfiguration)(DeviceCompliancePoliciesGetDevicesScheduledToRetireResponseable, error) { diff --git a/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_response.go b/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_response.go index 998de6fd810..295fa584403 100644 --- a/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_response.go +++ b/devicemanagement/device_compliance_policies_get_devices_scheduled_to_retire_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesGetDevicesScheduledToRetireGetResponseable instead. type DeviceCompliancePoliciesGetDevicesScheduledToRetireResponse struct { DeviceCompliancePoliciesGetDevicesScheduledToRetireGetResponse } @@ -20,7 +20,7 @@ func NewDeviceCompliancePoliciesGetDevicesScheduledToRetireResponse()(*DeviceCom func CreateDeviceCompliancePoliciesGetDevicesScheduledToRetireResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceCompliancePoliciesGetDevicesScheduledToRetireResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesGetDevicesScheduledToRetireGetResponseable instead. type DeviceCompliancePoliciesGetDevicesScheduledToRetireResponseable interface { DeviceCompliancePoliciesGetDevicesScheduledToRetireGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_compliance_policies_has_payload_links_request_builder.go b/devicemanagement/device_compliance_policies_has_payload_links_request_builder.go index 6fdae3d5a29..5b2bdfd08ce 100644 --- a/devicemanagement/device_compliance_policies_has_payload_links_request_builder.go +++ b/devicemanagement/device_compliance_policies_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceCompliancePoliciesHasPayloadLinksRequestBuilder(rawUrl string, req return NewDeviceCompliancePoliciesHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a DeviceCompliancePoliciesHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceCompliancePoliciesHasPayloadLinksRequestBuilder) Post(ctx context.Context, body DeviceCompliancePoliciesHasPayloadLinksPostRequestBodyable, requestConfiguration *DeviceCompliancePoliciesHasPayloadLinksRequestBuilderPostRequestConfiguration)(DeviceCompliancePoliciesHasPayloadLinksResponseable, error) { diff --git a/devicemanagement/device_compliance_policies_has_payload_links_response.go b/devicemanagement/device_compliance_policies_has_payload_links_response.go index 991ae171003..2d579ac62cd 100644 --- a/devicemanagement/device_compliance_policies_has_payload_links_response.go +++ b/devicemanagement/device_compliance_policies_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesHasPayloadLinksPostResponseable instead. type DeviceCompliancePoliciesHasPayloadLinksResponse struct { DeviceCompliancePoliciesHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewDeviceCompliancePoliciesHasPayloadLinksResponse()(*DeviceCompliancePolic func CreateDeviceCompliancePoliciesHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceCompliancePoliciesHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesHasPayloadLinksPostResponseable instead. type DeviceCompliancePoliciesHasPayloadLinksResponseable interface { DeviceCompliancePoliciesHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_compliance_policies_item_assign_request_builder.go b/devicemanagement/device_compliance_policies_item_assign_request_builder.go index 5d83a7dffa2..6b9df56b3a9 100644 --- a/devicemanagement/device_compliance_policies_item_assign_request_builder.go +++ b/devicemanagement/device_compliance_policies_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceCompliancePoliciesItemAssignRequestBuilder(rawUrl string, requestA return NewDeviceCompliancePoliciesItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a DeviceCompliancePoliciesItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceCompliancePoliciesItemAssignRequestBuilder) Post(ctx context.Context, body DeviceCompliancePoliciesItemAssignPostRequestBodyable, requestConfiguration *DeviceCompliancePoliciesItemAssignRequestBuilderPostRequestConfiguration)(DeviceCompliancePoliciesItemAssignResponseable, error) { diff --git a/devicemanagement/device_compliance_policies_item_assign_response.go b/devicemanagement/device_compliance_policies_item_assign_response.go index 4c44b16d0f1..42a30f59218 100644 --- a/devicemanagement/device_compliance_policies_item_assign_response.go +++ b/devicemanagement/device_compliance_policies_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesItemAssignPostResponseable instead. type DeviceCompliancePoliciesItemAssignResponse struct { DeviceCompliancePoliciesItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewDeviceCompliancePoliciesItemAssignResponse()(*DeviceCompliancePoliciesIt func CreateDeviceCompliancePoliciesItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceCompliancePoliciesItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesItemAssignPostResponseable instead. type DeviceCompliancePoliciesItemAssignResponseable interface { DeviceCompliancePoliciesItemAssignPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_configurations_get_ios_available_update_versions_request_builder.go b/devicemanagement/device_configurations_get_ios_available_update_versions_request_builder.go index 2c3756c3df0..a1ef0cc4b50 100644 --- a/devicemanagement/device_configurations_get_ios_available_update_versions_request_builder.go +++ b/devicemanagement/device_configurations_get_ios_available_update_versions_request_builder.go @@ -46,7 +46,7 @@ func NewDeviceConfigurationsGetIosAvailableUpdateVersionsRequestBuilder(rawUrl s return NewDeviceConfigurationsGetIosAvailableUpdateVersionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getIosAvailableUpdateVersions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetIosAvailableUpdateVersionsGetResponse instead. // returns a DeviceConfigurationsGetIosAvailableUpdateVersionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceConfigurationsGetIosAvailableUpdateVersionsRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceConfigurationsGetIosAvailableUpdateVersionsRequestBuilderGetRequestConfiguration)(DeviceConfigurationsGetIosAvailableUpdateVersionsResponseable, error) { diff --git a/devicemanagement/device_configurations_get_ios_available_update_versions_response.go b/devicemanagement/device_configurations_get_ios_available_update_versions_response.go index 2244a269563..a23c8f5d851 100644 --- a/devicemanagement/device_configurations_get_ios_available_update_versions_response.go +++ b/devicemanagement/device_configurations_get_ios_available_update_versions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsGetIosAvailableUpdateVersionsGetResponseable instead. type DeviceConfigurationsGetIosAvailableUpdateVersionsResponse struct { DeviceConfigurationsGetIosAvailableUpdateVersionsGetResponse } @@ -20,7 +20,7 @@ func NewDeviceConfigurationsGetIosAvailableUpdateVersionsResponse()(*DeviceConfi func CreateDeviceConfigurationsGetIosAvailableUpdateVersionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceConfigurationsGetIosAvailableUpdateVersionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsGetIosAvailableUpdateVersionsGetResponseable instead. type DeviceConfigurationsGetIosAvailableUpdateVersionsResponseable interface { DeviceConfigurationsGetIosAvailableUpdateVersionsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_configurations_get_targeted_users_and_devices_request_builder.go b/devicemanagement/device_configurations_get_targeted_users_and_devices_request_builder.go index 84e5290b8dd..e33d41cea08 100644 --- a/devicemanagement/device_configurations_get_targeted_users_and_devices_request_builder.go +++ b/devicemanagement/device_configurations_get_targeted_users_and_devices_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceConfigurationsGetTargetedUsersAndDevicesRequestBuilder(rawUrl stri return NewDeviceConfigurationsGetTargetedUsersAndDevicesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getTargetedUsersAndDevices -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetTargetedUsersAndDevicesPostResponse instead. // returns a DeviceConfigurationsGetTargetedUsersAndDevicesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceConfigurationsGetTargetedUsersAndDevicesRequestBuilder) Post(ctx context.Context, body DeviceConfigurationsGetTargetedUsersAndDevicesPostRequestBodyable, requestConfiguration *DeviceConfigurationsGetTargetedUsersAndDevicesRequestBuilderPostRequestConfiguration)(DeviceConfigurationsGetTargetedUsersAndDevicesResponseable, error) { diff --git a/devicemanagement/device_configurations_get_targeted_users_and_devices_response.go b/devicemanagement/device_configurations_get_targeted_users_and_devices_response.go index aceb8245fd8..fd1af1c78f5 100644 --- a/devicemanagement/device_configurations_get_targeted_users_and_devices_response.go +++ b/devicemanagement/device_configurations_get_targeted_users_and_devices_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsGetTargetedUsersAndDevicesPostResponseable instead. type DeviceConfigurationsGetTargetedUsersAndDevicesResponse struct { DeviceConfigurationsGetTargetedUsersAndDevicesPostResponse } @@ -20,7 +20,7 @@ func NewDeviceConfigurationsGetTargetedUsersAndDevicesResponse()(*DeviceConfigur func CreateDeviceConfigurationsGetTargetedUsersAndDevicesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceConfigurationsGetTargetedUsersAndDevicesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsGetTargetedUsersAndDevicesPostResponseable instead. type DeviceConfigurationsGetTargetedUsersAndDevicesResponseable interface { DeviceConfigurationsGetTargetedUsersAndDevicesPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_configurations_has_payload_links_request_builder.go b/devicemanagement/device_configurations_has_payload_links_request_builder.go index 48adec4213f..a25f3fcd790 100644 --- a/devicemanagement/device_configurations_has_payload_links_request_builder.go +++ b/devicemanagement/device_configurations_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceConfigurationsHasPayloadLinksRequestBuilder(rawUrl string, request return NewDeviceConfigurationsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a DeviceConfigurationsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceConfigurationsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body DeviceConfigurationsHasPayloadLinksPostRequestBodyable, requestConfiguration *DeviceConfigurationsHasPayloadLinksRequestBuilderPostRequestConfiguration)(DeviceConfigurationsHasPayloadLinksResponseable, error) { diff --git a/devicemanagement/device_configurations_has_payload_links_response.go b/devicemanagement/device_configurations_has_payload_links_response.go index 6d25a3e524b..c2a6cc5c471 100644 --- a/devicemanagement/device_configurations_has_payload_links_response.go +++ b/devicemanagement/device_configurations_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsHasPayloadLinksPostResponseable instead. type DeviceConfigurationsHasPayloadLinksResponse struct { DeviceConfigurationsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewDeviceConfigurationsHasPayloadLinksResponse()(*DeviceConfigurationsHasPa func CreateDeviceConfigurationsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceConfigurationsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsHasPayloadLinksPostResponseable instead. type DeviceConfigurationsHasPayloadLinksResponseable interface { DeviceConfigurationsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_configurations_item_assign_request_builder.go b/devicemanagement/device_configurations_item_assign_request_builder.go index 1fc739cc8f8..c15a8f34724 100644 --- a/devicemanagement/device_configurations_item_assign_request_builder.go +++ b/devicemanagement/device_configurations_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceConfigurationsItemAssignRequestBuilder(rawUrl string, requestAdapt return NewDeviceConfigurationsItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a DeviceConfigurationsItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceConfigurationsItemAssignRequestBuilder) Post(ctx context.Context, body DeviceConfigurationsItemAssignPostRequestBodyable, requestConfiguration *DeviceConfigurationsItemAssignRequestBuilderPostRequestConfiguration)(DeviceConfigurationsItemAssignResponseable, error) { diff --git a/devicemanagement/device_configurations_item_assign_response.go b/devicemanagement/device_configurations_item_assign_response.go index 3b24933c109..d490ea14601 100644 --- a/devicemanagement/device_configurations_item_assign_response.go +++ b/devicemanagement/device_configurations_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsItemAssignPostResponseable instead. type DeviceConfigurationsItemAssignResponse struct { DeviceConfigurationsItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewDeviceConfigurationsItemAssignResponse()(*DeviceConfigurationsItemAssign func CreateDeviceConfigurationsItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceConfigurationsItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsItemAssignPostResponseable instead. type DeviceConfigurationsItemAssignResponseable interface { DeviceConfigurationsItemAssignPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go index a9107cfed05..cfb05d393b6 100644 --- a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go +++ b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go @@ -34,7 +34,7 @@ func NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceVa return NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOmaSettingPlainTextValue -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse instead. // returns a DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilderGetRequestConfiguration)(DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseable, error) { diff --git a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go index f0769aaecee..a84ecdad672 100644 --- a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go +++ b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponseable instead. type DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponse struct { DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse } @@ -20,7 +20,7 @@ func NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceVa func CreateDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponseable instead. type DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseable interface { DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_enrollment_configurations_has_payload_links_request_builder.go b/devicemanagement/device_enrollment_configurations_has_payload_links_request_builder.go index ae87d23fc18..33e6fffe2ba 100644 --- a/devicemanagement/device_enrollment_configurations_has_payload_links_request_builder.go +++ b/devicemanagement/device_enrollment_configurations_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilder(rawUrl strin return NewDeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a DeviceEnrollmentConfigurationsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body DeviceEnrollmentConfigurationsHasPayloadLinksPostRequestBodyable, requestConfiguration *DeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilderPostRequestConfiguration)(DeviceEnrollmentConfigurationsHasPayloadLinksResponseable, error) { diff --git a/devicemanagement/device_enrollment_configurations_has_payload_links_response.go b/devicemanagement/device_enrollment_configurations_has_payload_links_response.go index 0525ac5c15c..10359c8b34d 100644 --- a/devicemanagement/device_enrollment_configurations_has_payload_links_response.go +++ b/devicemanagement/device_enrollment_configurations_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceEnrollmentConfigurationsHasPayloadLinksPostResponseable instead. type DeviceEnrollmentConfigurationsHasPayloadLinksResponse struct { DeviceEnrollmentConfigurationsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewDeviceEnrollmentConfigurationsHasPayloadLinksResponse()(*DeviceEnrollmen func CreateDeviceEnrollmentConfigurationsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceEnrollmentConfigurationsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceEnrollmentConfigurationsHasPayloadLinksPostResponseable instead. type DeviceEnrollmentConfigurationsHasPayloadLinksResponseable interface { DeviceEnrollmentConfigurationsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_request_builder.go b/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_request_builder.go index 3ed9a663faa..c5fcbb09cc4 100644 --- a/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_request_builder.go +++ b/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionRequestBuil return NewDeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionRequestBuilderInternal(urlParams, requestAdapter) } // Post update the Proprietary Device Health Script -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetGlobalScriptHighestAvailableVersionPostResponse instead. // returns a DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionRequestBuilder) Post(ctx context.Context, requestConfiguration *DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionRequestBuilderPostRequestConfiguration)(DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionResponseable, error) { diff --git a/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_response.go b/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_response.go index e533b96aad9..0e1e5a10f89 100644 --- a/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_response.go +++ b/devicemanagement/device_health_scripts_item_get_global_script_highest_available_version_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionPostResponseable instead. type DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionResponse struct { DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionPostResponse } @@ -20,7 +20,7 @@ func NewDeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionResponse()( func CreateDeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionPostResponseable instead. type DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionResponseable interface { DeviceHealthScriptsItemGetGlobalScriptHighestAvailableVersionPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_health_scripts_item_update_global_script_request_builder.go b/devicemanagement/device_health_scripts_item_update_global_script_request_builder.go index bc9f06ccdcb..8f2d31757ca 100644 --- a/devicemanagement/device_health_scripts_item_update_global_script_request_builder.go +++ b/devicemanagement/device_health_scripts_item_update_global_script_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceHealthScriptsItemUpdateGlobalScriptRequestBuilder(rawUrl string, r return NewDeviceHealthScriptsItemUpdateGlobalScriptRequestBuilderInternal(urlParams, requestAdapter) } // Post update the Proprietary Device Health Script -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsUpdateGlobalScriptPostResponse instead. // returns a DeviceHealthScriptsItemUpdateGlobalScriptResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceHealthScriptsItemUpdateGlobalScriptRequestBuilder) Post(ctx context.Context, body DeviceHealthScriptsItemUpdateGlobalScriptPostRequestBodyable, requestConfiguration *DeviceHealthScriptsItemUpdateGlobalScriptRequestBuilderPostRequestConfiguration)(DeviceHealthScriptsItemUpdateGlobalScriptResponseable, error) { diff --git a/devicemanagement/device_health_scripts_item_update_global_script_response.go b/devicemanagement/device_health_scripts_item_update_global_script_response.go index afd41a5b759..2c5a9a75284 100644 --- a/devicemanagement/device_health_scripts_item_update_global_script_response.go +++ b/devicemanagement/device_health_scripts_item_update_global_script_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceHealthScriptsItemUpdateGlobalScriptPostResponseable instead. type DeviceHealthScriptsItemUpdateGlobalScriptResponse struct { DeviceHealthScriptsItemUpdateGlobalScriptPostResponse } @@ -20,7 +20,7 @@ func NewDeviceHealthScriptsItemUpdateGlobalScriptResponse()(*DeviceHealthScripts func CreateDeviceHealthScriptsItemUpdateGlobalScriptResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceHealthScriptsItemUpdateGlobalScriptResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceHealthScriptsItemUpdateGlobalScriptPostResponseable instead. type DeviceHealthScriptsItemUpdateGlobalScriptResponseable interface { DeviceHealthScriptsItemUpdateGlobalScriptPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/device_management_scripts_has_payload_links_request_builder.go b/devicemanagement/device_management_scripts_has_payload_links_request_builder.go index 95639468ca5..0595dc5f813 100644 --- a/devicemanagement/device_management_scripts_has_payload_links_request_builder.go +++ b/devicemanagement/device_management_scripts_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewDeviceManagementScriptsHasPayloadLinksRequestBuilder(rawUrl string, requ return NewDeviceManagementScriptsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a DeviceManagementScriptsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceManagementScriptsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body DeviceManagementScriptsHasPayloadLinksPostRequestBodyable, requestConfiguration *DeviceManagementScriptsHasPayloadLinksRequestBuilderPostRequestConfiguration)(DeviceManagementScriptsHasPayloadLinksResponseable, error) { diff --git a/devicemanagement/device_management_scripts_has_payload_links_response.go b/devicemanagement/device_management_scripts_has_payload_links_response.go index 8ebac706885..d690acf0040 100644 --- a/devicemanagement/device_management_scripts_has_payload_links_response.go +++ b/devicemanagement/device_management_scripts_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceManagementScriptsHasPayloadLinksPostResponseable instead. type DeviceManagementScriptsHasPayloadLinksResponse struct { DeviceManagementScriptsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewDeviceManagementScriptsHasPayloadLinksResponse()(*DeviceManagementScript func CreateDeviceManagementScriptsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceManagementScriptsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceManagementScriptsHasPayloadLinksPostResponseable instead. type DeviceManagementScriptsHasPayloadLinksResponseable interface { DeviceManagementScriptsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/elevation_requests_item_get_all_elevation_requests_request_builder.go b/devicemanagement/elevation_requests_item_get_all_elevation_requests_request_builder.go index 97bb8379142..5d9beeddfec 100644 --- a/devicemanagement/elevation_requests_item_get_all_elevation_requests_request_builder.go +++ b/devicemanagement/elevation_requests_item_get_all_elevation_requests_request_builder.go @@ -31,7 +31,7 @@ func NewElevationRequestsItemGetAllElevationRequestsRequestBuilder(rawUrl string return NewElevationRequestsItemGetAllElevationRequestsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getAllElevationRequests -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetAllElevationRequestsPostResponse instead. // returns a ElevationRequestsItemGetAllElevationRequestsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ElevationRequestsItemGetAllElevationRequestsRequestBuilder) Post(ctx context.Context, requestConfiguration *ElevationRequestsItemGetAllElevationRequestsRequestBuilderPostRequestConfiguration)(ElevationRequestsItemGetAllElevationRequestsResponseable, error) { diff --git a/devicemanagement/elevation_requests_item_get_all_elevation_requests_response.go b/devicemanagement/elevation_requests_item_get_all_elevation_requests_response.go index 86d452eaea4..da4966ce3d9 100644 --- a/devicemanagement/elevation_requests_item_get_all_elevation_requests_response.go +++ b/devicemanagement/elevation_requests_item_get_all_elevation_requests_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ElevationRequestsItemGetAllElevationRequestsPostResponseable instead. type ElevationRequestsItemGetAllElevationRequestsResponse struct { ElevationRequestsItemGetAllElevationRequestsPostResponse } @@ -20,7 +20,7 @@ func NewElevationRequestsItemGetAllElevationRequestsResponse()(*ElevationRequest func CreateElevationRequestsItemGetAllElevationRequestsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewElevationRequestsItemGetAllElevationRequestsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ElevationRequestsItemGetAllElevationRequestsPostResponseable instead. type ElevationRequestsItemGetAllElevationRequestsResponseable interface { ElevationRequestsItemGetAllElevationRequestsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_request_builder.go b/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_request_builder.go index 9c14c3befa6..9ea417ffc3f 100644 --- a/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_request_builder.go +++ b/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewEmbeddedSIMActivationCodePoolsItemAssignRequestBuilder(rawUrl string, re return NewEmbeddedSIMActivationCodePoolsItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a EmbeddedSIMActivationCodePoolsItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EmbeddedSIMActivationCodePoolsItemAssignRequestBuilder) Post(ctx context.Context, body EmbeddedSIMActivationCodePoolsItemAssignPostRequestBodyable, requestConfiguration *EmbeddedSIMActivationCodePoolsItemAssignRequestBuilderPostRequestConfiguration)(EmbeddedSIMActivationCodePoolsItemAssignResponseable, error) { diff --git a/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_response.go b/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_response.go index 72deeca8c0e..77e7f9e388c 100644 --- a/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_response.go +++ b/devicemanagement/embedded_s_i_m_activation_code_pools_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EmbeddedSIMActivationCodePoolsItemAssignPostResponseable instead. type EmbeddedSIMActivationCodePoolsItemAssignResponse struct { EmbeddedSIMActivationCodePoolsItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewEmbeddedSIMActivationCodePoolsItemAssignResponse()(*EmbeddedSIMActivatio func CreateEmbeddedSIMActivationCodePoolsItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEmbeddedSIMActivationCodePoolsItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EmbeddedSIMActivationCodePoolsItemAssignPostResponseable instead. type EmbeddedSIMActivationCodePoolsItemAssignResponseable interface { EmbeddedSIMActivationCodePoolsItemAssignPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/get_effective_permissions_request_builder.go b/devicemanagement/get_effective_permissions_request_builder.go index 1a39373ed2d..b782ec2c298 100644 --- a/devicemanagement/get_effective_permissions_request_builder.go +++ b/devicemanagement/get_effective_permissions_request_builder.go @@ -46,7 +46,7 @@ func NewGetEffectivePermissionsRequestBuilder(rawUrl string, requestAdapter i2ae return NewGetEffectivePermissionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getEffectivePermissions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetEffectivePermissionsGetResponse instead. // returns a GetEffectivePermissionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetEffectivePermissionsRequestBuilder) Get(ctx context.Context, requestConfiguration *GetEffectivePermissionsRequestBuilderGetRequestConfiguration)(GetEffectivePermissionsResponseable, error) { diff --git a/devicemanagement/get_effective_permissions_response.go b/devicemanagement/get_effective_permissions_response.go index d3ec4901a7d..9da62870b0e 100644 --- a/devicemanagement/get_effective_permissions_response.go +++ b/devicemanagement/get_effective_permissions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetEffectivePermissionsGetResponseable instead. type GetEffectivePermissionsResponse struct { GetEffectivePermissionsGetResponse } @@ -20,7 +20,7 @@ func NewGetEffectivePermissionsResponse()(*GetEffectivePermissionsResponse) { func CreateGetEffectivePermissionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetEffectivePermissionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetEffectivePermissionsGetResponseable instead. type GetEffectivePermissionsResponseable interface { GetEffectivePermissionsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/get_effective_permissions_with_scope_request_builder.go b/devicemanagement/get_effective_permissions_with_scope_request_builder.go index 3ba533e5dba..95e1b9eaa01 100644 --- a/devicemanagement/get_effective_permissions_with_scope_request_builder.go +++ b/devicemanagement/get_effective_permissions_with_scope_request_builder.go @@ -49,7 +49,7 @@ func NewGetEffectivePermissionsWithScopeRequestBuilder(rawUrl string, requestAda return NewGetEffectivePermissionsWithScopeRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getEffectivePermissions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetEffectivePermissionsWithScopeGetResponse instead. // returns a GetEffectivePermissionsWithScopeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetEffectivePermissionsWithScopeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetEffectivePermissionsWithScopeRequestBuilderGetRequestConfiguration)(GetEffectivePermissionsWithScopeResponseable, error) { diff --git a/devicemanagement/get_effective_permissions_with_scope_response.go b/devicemanagement/get_effective_permissions_with_scope_response.go index 36f4b8b3927..03bbd597683 100644 --- a/devicemanagement/get_effective_permissions_with_scope_response.go +++ b/devicemanagement/get_effective_permissions_with_scope_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetEffectivePermissionsWithScopeGetResponseable instead. type GetEffectivePermissionsWithScopeResponse struct { GetEffectivePermissionsWithScopeGetResponse } @@ -20,7 +20,7 @@ func NewGetEffectivePermissionsWithScopeResponse()(*GetEffectivePermissionsWithS func CreateGetEffectivePermissionsWithScopeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetEffectivePermissionsWithScopeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetEffectivePermissionsWithScopeGetResponseable instead. type GetEffectivePermissionsWithScopeResponseable interface { GetEffectivePermissionsWithScopeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/get_role_scope_tags_by_ids_with_ids_request_builder.go b/devicemanagement/get_role_scope_tags_by_ids_with_ids_request_builder.go index c82cce70916..827d5bd9e00 100644 --- a/devicemanagement/get_role_scope_tags_by_ids_with_ids_request_builder.go +++ b/devicemanagement/get_role_scope_tags_by_ids_with_ids_request_builder.go @@ -55,7 +55,7 @@ func NewGetRoleScopeTagsByIdsWithIdsRequestBuilder(rawUrl string, requestAdapter return NewGetRoleScopeTagsByIdsWithIdsRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getRoleScopeTagsByIds -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetRoleScopeTagsByIdsWithIdsGetResponse instead. // returns a GetRoleScopeTagsByIdsWithIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetRoleScopeTagsByIdsWithIdsRequestBuilder) Get(ctx context.Context, requestConfiguration *GetRoleScopeTagsByIdsWithIdsRequestBuilderGetRequestConfiguration)(GetRoleScopeTagsByIdsWithIdsResponseable, error) { diff --git a/devicemanagement/get_role_scope_tags_by_ids_with_ids_response.go b/devicemanagement/get_role_scope_tags_by_ids_with_ids_response.go index 5e60447d4cb..55e8e5e6506 100644 --- a/devicemanagement/get_role_scope_tags_by_ids_with_ids_response.go +++ b/devicemanagement/get_role_scope_tags_by_ids_with_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetRoleScopeTagsByIdsWithIdsGetResponseable instead. type GetRoleScopeTagsByIdsWithIdsResponse struct { GetRoleScopeTagsByIdsWithIdsGetResponse } @@ -20,7 +20,7 @@ func NewGetRoleScopeTagsByIdsWithIdsResponse()(*GetRoleScopeTagsByIdsWithIdsResp func CreateGetRoleScopeTagsByIdsWithIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetRoleScopeTagsByIdsWithIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetRoleScopeTagsByIdsWithIdsGetResponseable instead. type GetRoleScopeTagsByIdsWithIdsResponseable interface { GetRoleScopeTagsByIdsWithIdsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/get_role_scope_tags_by_resource_with_resource_request_builder.go b/devicemanagement/get_role_scope_tags_by_resource_with_resource_request_builder.go index 4d203c31754..784fff53684 100644 --- a/devicemanagement/get_role_scope_tags_by_resource_with_resource_request_builder.go +++ b/devicemanagement/get_role_scope_tags_by_resource_with_resource_request_builder.go @@ -55,7 +55,7 @@ func NewGetRoleScopeTagsByResourceWithResourceRequestBuilder(rawUrl string, requ return NewGetRoleScopeTagsByResourceWithResourceRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getRoleScopeTagsByResource -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetRoleScopeTagsByResourceWithResourceGetResponse instead. // returns a GetRoleScopeTagsByResourceWithResourceResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetRoleScopeTagsByResourceWithResourceRequestBuilder) Get(ctx context.Context, requestConfiguration *GetRoleScopeTagsByResourceWithResourceRequestBuilderGetRequestConfiguration)(GetRoleScopeTagsByResourceWithResourceResponseable, error) { diff --git a/devicemanagement/get_role_scope_tags_by_resource_with_resource_response.go b/devicemanagement/get_role_scope_tags_by_resource_with_resource_response.go index 98a88495f72..87b5ddbc548 100644 --- a/devicemanagement/get_role_scope_tags_by_resource_with_resource_response.go +++ b/devicemanagement/get_role_scope_tags_by_resource_with_resource_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetRoleScopeTagsByResourceWithResourceGetResponseable instead. type GetRoleScopeTagsByResourceWithResourceResponse struct { GetRoleScopeTagsByResourceWithResourceGetResponse } @@ -20,7 +20,7 @@ func NewGetRoleScopeTagsByResourceWithResourceResponse()(*GetRoleScopeTagsByReso func CreateGetRoleScopeTagsByResourceWithResourceResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetRoleScopeTagsByResourceWithResourceResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetRoleScopeTagsByResourceWithResourceGetResponseable instead. type GetRoleScopeTagsByResourceWithResourceResponseable interface { GetRoleScopeTagsByResourceWithResourceGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/group_policy_configurations_item_assign_request_builder.go b/devicemanagement/group_policy_configurations_item_assign_request_builder.go index 05a907d33aa..e00263806e8 100644 --- a/devicemanagement/group_policy_configurations_item_assign_request_builder.go +++ b/devicemanagement/group_policy_configurations_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewGroupPolicyConfigurationsItemAssignRequestBuilder(rawUrl string, request return NewGroupPolicyConfigurationsItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a GroupPolicyConfigurationsItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GroupPolicyConfigurationsItemAssignRequestBuilder) Post(ctx context.Context, body GroupPolicyConfigurationsItemAssignPostRequestBodyable, requestConfiguration *GroupPolicyConfigurationsItemAssignRequestBuilderPostRequestConfiguration)(GroupPolicyConfigurationsItemAssignResponseable, error) { diff --git a/devicemanagement/group_policy_configurations_item_assign_response.go b/devicemanagement/group_policy_configurations_item_assign_response.go index 9138d051da6..7eb230db76d 100644 --- a/devicemanagement/group_policy_configurations_item_assign_response.go +++ b/devicemanagement/group_policy_configurations_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GroupPolicyConfigurationsItemAssignPostResponseable instead. type GroupPolicyConfigurationsItemAssignResponse struct { GroupPolicyConfigurationsItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewGroupPolicyConfigurationsItemAssignResponse()(*GroupPolicyConfigurations func CreateGroupPolicyConfigurationsItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGroupPolicyConfigurationsItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GroupPolicyConfigurationsItemAssignPostResponseable instead. type GroupPolicyConfigurationsItemAssignResponseable interface { GroupPolicyConfigurationsItemAssignPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/group_policy_migration_reports_create_migration_report_request_builder.go b/devicemanagement/group_policy_migration_reports_create_migration_report_request_builder.go index 77d2cd5b00b..5bd4238761b 100644 --- a/devicemanagement/group_policy_migration_reports_create_migration_report_request_builder.go +++ b/devicemanagement/group_policy_migration_reports_create_migration_report_request_builder.go @@ -31,7 +31,7 @@ func NewGroupPolicyMigrationReportsCreateMigrationReportRequestBuilder(rawUrl st return NewGroupPolicyMigrationReportsCreateMigrationReportRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action createMigrationReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCreateMigrationReportPostResponse instead. // returns a GroupPolicyMigrationReportsCreateMigrationReportResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GroupPolicyMigrationReportsCreateMigrationReportRequestBuilder) Post(ctx context.Context, body GroupPolicyMigrationReportsCreateMigrationReportPostRequestBodyable, requestConfiguration *GroupPolicyMigrationReportsCreateMigrationReportRequestBuilderPostRequestConfiguration)(GroupPolicyMigrationReportsCreateMigrationReportResponseable, error) { diff --git a/devicemanagement/group_policy_migration_reports_create_migration_report_response.go b/devicemanagement/group_policy_migration_reports_create_migration_report_response.go index fde1b1765c7..eaf2f7a08bc 100644 --- a/devicemanagement/group_policy_migration_reports_create_migration_report_response.go +++ b/devicemanagement/group_policy_migration_reports_create_migration_report_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GroupPolicyMigrationReportsCreateMigrationReportPostResponseable instead. type GroupPolicyMigrationReportsCreateMigrationReportResponse struct { GroupPolicyMigrationReportsCreateMigrationReportPostResponse } @@ -20,7 +20,7 @@ func NewGroupPolicyMigrationReportsCreateMigrationReportResponse()(*GroupPolicyM func CreateGroupPolicyMigrationReportsCreateMigrationReportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGroupPolicyMigrationReportsCreateMigrationReportResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GroupPolicyMigrationReportsCreateMigrationReportPostResponseable instead. type GroupPolicyMigrationReportsCreateMigrationReportResponseable interface { GroupPolicyMigrationReportsCreateMigrationReportPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/group_policy_migration_reports_item_update_scope_tags_request_builder.go b/devicemanagement/group_policy_migration_reports_item_update_scope_tags_request_builder.go index fe818d0fd2a..af5925f41a3 100644 --- a/devicemanagement/group_policy_migration_reports_item_update_scope_tags_request_builder.go +++ b/devicemanagement/group_policy_migration_reports_item_update_scope_tags_request_builder.go @@ -31,7 +31,7 @@ func NewGroupPolicyMigrationReportsItemUpdateScopeTagsRequestBuilder(rawUrl stri return NewGroupPolicyMigrationReportsItemUpdateScopeTagsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action updateScopeTags -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsUpdateScopeTagsPostResponse instead. // returns a GroupPolicyMigrationReportsItemUpdateScopeTagsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GroupPolicyMigrationReportsItemUpdateScopeTagsRequestBuilder) Post(ctx context.Context, body GroupPolicyMigrationReportsItemUpdateScopeTagsPostRequestBodyable, requestConfiguration *GroupPolicyMigrationReportsItemUpdateScopeTagsRequestBuilderPostRequestConfiguration)(GroupPolicyMigrationReportsItemUpdateScopeTagsResponseable, error) { diff --git a/devicemanagement/group_policy_migration_reports_item_update_scope_tags_response.go b/devicemanagement/group_policy_migration_reports_item_update_scope_tags_response.go index 61c7015a150..b33c0960eb8 100644 --- a/devicemanagement/group_policy_migration_reports_item_update_scope_tags_response.go +++ b/devicemanagement/group_policy_migration_reports_item_update_scope_tags_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GroupPolicyMigrationReportsItemUpdateScopeTagsPostResponseable instead. type GroupPolicyMigrationReportsItemUpdateScopeTagsResponse struct { GroupPolicyMigrationReportsItemUpdateScopeTagsPostResponse } @@ -20,7 +20,7 @@ func NewGroupPolicyMigrationReportsItemUpdateScopeTagsResponse()(*GroupPolicyMig func CreateGroupPolicyMigrationReportsItemUpdateScopeTagsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGroupPolicyMigrationReportsItemUpdateScopeTagsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GroupPolicyMigrationReportsItemUpdateScopeTagsPostResponseable instead. type GroupPolicyMigrationReportsItemUpdateScopeTagsResponseable interface { GroupPolicyMigrationReportsItemUpdateScopeTagsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/imported_device_identities_import_device_identity_list_request_builder.go b/devicemanagement/imported_device_identities_import_device_identity_list_request_builder.go index 33fdeb279dc..33fb206fb7c 100644 --- a/devicemanagement/imported_device_identities_import_device_identity_list_request_builder.go +++ b/devicemanagement/imported_device_identities_import_device_identity_list_request_builder.go @@ -31,7 +31,7 @@ func NewImportedDeviceIdentitiesImportDeviceIdentityListRequestBuilder(rawUrl st return NewImportedDeviceIdentitiesImportDeviceIdentityListRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action importDeviceIdentityList -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsImportDeviceIdentityListPostResponse instead. // returns a ImportedDeviceIdentitiesImportDeviceIdentityListResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ImportedDeviceIdentitiesImportDeviceIdentityListRequestBuilder) Post(ctx context.Context, body ImportedDeviceIdentitiesImportDeviceIdentityListPostRequestBodyable, requestConfiguration *ImportedDeviceIdentitiesImportDeviceIdentityListRequestBuilderPostRequestConfiguration)(ImportedDeviceIdentitiesImportDeviceIdentityListResponseable, error) { diff --git a/devicemanagement/imported_device_identities_import_device_identity_list_response.go b/devicemanagement/imported_device_identities_import_device_identity_list_response.go index 6063c5eb003..2f8fdb8a1c7 100644 --- a/devicemanagement/imported_device_identities_import_device_identity_list_response.go +++ b/devicemanagement/imported_device_identities_import_device_identity_list_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ImportedDeviceIdentitiesImportDeviceIdentityListPostResponseable instead. type ImportedDeviceIdentitiesImportDeviceIdentityListResponse struct { ImportedDeviceIdentitiesImportDeviceIdentityListPostResponse } @@ -20,7 +20,7 @@ func NewImportedDeviceIdentitiesImportDeviceIdentityListResponse()(*ImportedDevi func CreateImportedDeviceIdentitiesImportDeviceIdentityListResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewImportedDeviceIdentitiesImportDeviceIdentityListResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ImportedDeviceIdentitiesImportDeviceIdentityListPostResponseable instead. type ImportedDeviceIdentitiesImportDeviceIdentityListResponseable interface { ImportedDeviceIdentitiesImportDeviceIdentityListPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/imported_device_identities_search_existing_identities_request_builder.go b/devicemanagement/imported_device_identities_search_existing_identities_request_builder.go index 963ea3d8884..63c0e0d4b33 100644 --- a/devicemanagement/imported_device_identities_search_existing_identities_request_builder.go +++ b/devicemanagement/imported_device_identities_search_existing_identities_request_builder.go @@ -31,7 +31,7 @@ func NewImportedDeviceIdentitiesSearchExistingIdentitiesRequestBuilder(rawUrl st return NewImportedDeviceIdentitiesSearchExistingIdentitiesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action searchExistingIdentities -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsSearchExistingIdentitiesPostResponse instead. // returns a ImportedDeviceIdentitiesSearchExistingIdentitiesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ImportedDeviceIdentitiesSearchExistingIdentitiesRequestBuilder) Post(ctx context.Context, body ImportedDeviceIdentitiesSearchExistingIdentitiesPostRequestBodyable, requestConfiguration *ImportedDeviceIdentitiesSearchExistingIdentitiesRequestBuilderPostRequestConfiguration)(ImportedDeviceIdentitiesSearchExistingIdentitiesResponseable, error) { diff --git a/devicemanagement/imported_device_identities_search_existing_identities_response.go b/devicemanagement/imported_device_identities_search_existing_identities_response.go index ab8f8efc1ca..8e7f09e32cf 100644 --- a/devicemanagement/imported_device_identities_search_existing_identities_response.go +++ b/devicemanagement/imported_device_identities_search_existing_identities_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ImportedDeviceIdentitiesSearchExistingIdentitiesPostResponseable instead. type ImportedDeviceIdentitiesSearchExistingIdentitiesResponse struct { ImportedDeviceIdentitiesSearchExistingIdentitiesPostResponse } @@ -20,7 +20,7 @@ func NewImportedDeviceIdentitiesSearchExistingIdentitiesResponse()(*ImportedDevi func CreateImportedDeviceIdentitiesSearchExistingIdentitiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewImportedDeviceIdentitiesSearchExistingIdentitiesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ImportedDeviceIdentitiesSearchExistingIdentitiesPostResponseable instead. type ImportedDeviceIdentitiesSearchExistingIdentitiesResponseable interface { ImportedDeviceIdentitiesSearchExistingIdentitiesPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go b/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go index 51397af51be..860c7d12077 100644 --- a/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go +++ b/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go @@ -31,7 +31,7 @@ func NewImportedWindowsAutopilotDeviceIdentitiesImportRequestBuilder(rawUrl stri return NewImportedWindowsAutopilotDeviceIdentitiesImportRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action import -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsImportPostResponse instead. // returns a ImportedWindowsAutopilotDeviceIdentitiesImportResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ImportedWindowsAutopilotDeviceIdentitiesImportRequestBuilder) Post(ctx context.Context, body ImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBodyable, requestConfiguration *ImportedWindowsAutopilotDeviceIdentitiesImportRequestBuilderPostRequestConfiguration)(ImportedWindowsAutopilotDeviceIdentitiesImportResponseable, error) { diff --git a/devicemanagement/imported_windows_autopilot_device_identities_import_response.go b/devicemanagement/imported_windows_autopilot_device_identities_import_response.go index 1c64c9f72df..1132dee15a0 100644 --- a/devicemanagement/imported_windows_autopilot_device_identities_import_response.go +++ b/devicemanagement/imported_windows_autopilot_device_identities_import_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ImportedWindowsAutopilotDeviceIdentitiesImportPostResponseable instead. type ImportedWindowsAutopilotDeviceIdentitiesImportResponse struct { ImportedWindowsAutopilotDeviceIdentitiesImportPostResponse } @@ -20,7 +20,7 @@ func NewImportedWindowsAutopilotDeviceIdentitiesImportResponse()(*ImportedWindow func CreateImportedWindowsAutopilotDeviceIdentitiesImportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewImportedWindowsAutopilotDeviceIdentitiesImportResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ImportedWindowsAutopilotDeviceIdentitiesImportPostResponseable instead. type ImportedWindowsAutopilotDeviceIdentitiesImportResponseable interface { ImportedWindowsAutopilotDeviceIdentitiesImportPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/intents_item_compare_with_template_id_request_builder.go b/devicemanagement/intents_item_compare_with_template_id_request_builder.go index 52ba01aa6e8..f6d01d4e00c 100644 --- a/devicemanagement/intents_item_compare_with_template_id_request_builder.go +++ b/devicemanagement/intents_item_compare_with_template_id_request_builder.go @@ -49,7 +49,7 @@ func NewIntentsItemCompareWithTemplateIdRequestBuilder(rawUrl string, requestAda return NewIntentsItemCompareWithTemplateIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function compare -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCompareWithTemplateIdGetResponse instead. // returns a IntentsItemCompareWithTemplateIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *IntentsItemCompareWithTemplateIdRequestBuilder) Get(ctx context.Context, requestConfiguration *IntentsItemCompareWithTemplateIdRequestBuilderGetRequestConfiguration)(IntentsItemCompareWithTemplateIdResponseable, error) { diff --git a/devicemanagement/intents_item_compare_with_template_id_response.go b/devicemanagement/intents_item_compare_with_template_id_response.go index d0444755c94..f3a753be0a4 100644 --- a/devicemanagement/intents_item_compare_with_template_id_response.go +++ b/devicemanagement/intents_item_compare_with_template_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IntentsItemCompareWithTemplateIdGetResponseable instead. type IntentsItemCompareWithTemplateIdResponse struct { IntentsItemCompareWithTemplateIdGetResponse } @@ -20,7 +20,7 @@ func NewIntentsItemCompareWithTemplateIdResponse()(*IntentsItemCompareWithTempla func CreateIntentsItemCompareWithTemplateIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewIntentsItemCompareWithTemplateIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IntentsItemCompareWithTemplateIdGetResponseable instead. type IntentsItemCompareWithTemplateIdResponseable interface { IntentsItemCompareWithTemplateIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/intents_item_get_customized_settings_request_builder.go b/devicemanagement/intents_item_get_customized_settings_request_builder.go index ee0b9e74628..05a0674c10f 100644 --- a/devicemanagement/intents_item_get_customized_settings_request_builder.go +++ b/devicemanagement/intents_item_get_customized_settings_request_builder.go @@ -46,7 +46,7 @@ func NewIntentsItemGetCustomizedSettingsRequestBuilder(rawUrl string, requestAda return NewIntentsItemGetCustomizedSettingsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCustomizedSettings -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCustomizedSettingsGetResponse instead. // returns a IntentsItemGetCustomizedSettingsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *IntentsItemGetCustomizedSettingsRequestBuilder) Get(ctx context.Context, requestConfiguration *IntentsItemGetCustomizedSettingsRequestBuilderGetRequestConfiguration)(IntentsItemGetCustomizedSettingsResponseable, error) { diff --git a/devicemanagement/intents_item_get_customized_settings_response.go b/devicemanagement/intents_item_get_customized_settings_response.go index 75df2f89575..b5222699a58 100644 --- a/devicemanagement/intents_item_get_customized_settings_response.go +++ b/devicemanagement/intents_item_get_customized_settings_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IntentsItemGetCustomizedSettingsGetResponseable instead. type IntentsItemGetCustomizedSettingsResponse struct { IntentsItemGetCustomizedSettingsGetResponse } @@ -20,7 +20,7 @@ func NewIntentsItemGetCustomizedSettingsResponse()(*IntentsItemGetCustomizedSett func CreateIntentsItemGetCustomizedSettingsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewIntentsItemGetCustomizedSettingsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IntentsItemGetCustomizedSettingsGetResponseable instead. type IntentsItemGetCustomizedSettingsResponseable interface { IntentsItemGetCustomizedSettingsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/managed_devices_app_diagnostics_with_upn_request_builder.go b/devicemanagement/managed_devices_app_diagnostics_with_upn_request_builder.go index b86feed3204..716685cab3c 100644 --- a/devicemanagement/managed_devices_app_diagnostics_with_upn_request_builder.go +++ b/devicemanagement/managed_devices_app_diagnostics_with_upn_request_builder.go @@ -49,7 +49,7 @@ func NewManagedDevicesAppDiagnosticsWithUpnRequestBuilder(rawUrl string, request return NewManagedDevicesAppDiagnosticsWithUpnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function appDiagnostics -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAppDiagnosticsWithUpnGetResponse instead. // returns a ManagedDevicesAppDiagnosticsWithUpnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ManagedDevicesAppDiagnosticsWithUpnRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedDevicesAppDiagnosticsWithUpnRequestBuilderGetRequestConfiguration)(ManagedDevicesAppDiagnosticsWithUpnResponseable, error) { diff --git a/devicemanagement/managed_devices_app_diagnostics_with_upn_response.go b/devicemanagement/managed_devices_app_diagnostics_with_upn_response.go index b682a15ab9d..65bb7d1d695 100644 --- a/devicemanagement/managed_devices_app_diagnostics_with_upn_response.go +++ b/devicemanagement/managed_devices_app_diagnostics_with_upn_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesAppDiagnosticsWithUpnGetResponseable instead. type ManagedDevicesAppDiagnosticsWithUpnResponse struct { ManagedDevicesAppDiagnosticsWithUpnGetResponse } @@ -20,7 +20,7 @@ func NewManagedDevicesAppDiagnosticsWithUpnResponse()(*ManagedDevicesAppDiagnost func CreateManagedDevicesAppDiagnosticsWithUpnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewManagedDevicesAppDiagnosticsWithUpnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesAppDiagnosticsWithUpnGetResponseable instead. type ManagedDevicesAppDiagnosticsWithUpnResponseable interface { ManagedDevicesAppDiagnosticsWithUpnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go b/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go index a6c5d20779d..c4096b89c80 100644 --- a/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go +++ b/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go @@ -46,7 +46,7 @@ func NewManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilder(rawUrl str return NewManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCloudPcRemoteActionResults -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCloudPcRemoteActionResultsGetResponse instead. // returns a ManagedDevicesItemGetCloudPcRemoteActionResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilderGetRequestConfiguration)(ManagedDevicesItemGetCloudPcRemoteActionResultsResponseable, error) { diff --git a/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_response.go b/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_response.go index 1bd402e5011..7d0e48b68b5 100644 --- a/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_response.go +++ b/devicemanagement/managed_devices_item_get_cloud_pc_remote_action_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable instead. type ManagedDevicesItemGetCloudPcRemoteActionResultsResponse struct { ManagedDevicesItemGetCloudPcRemoteActionResultsGetResponse } @@ -20,7 +20,7 @@ func NewManagedDevicesItemGetCloudPcRemoteActionResultsResponse()(*ManagedDevice func CreateManagedDevicesItemGetCloudPcRemoteActionResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewManagedDevicesItemGetCloudPcRemoteActionResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable instead. type ManagedDevicesItemGetCloudPcRemoteActionResultsResponseable interface { ManagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/managed_devices_item_get_file_vault_key_request_builder.go b/devicemanagement/managed_devices_item_get_file_vault_key_request_builder.go index ed747832c3f..f02e45ce475 100644 --- a/devicemanagement/managed_devices_item_get_file_vault_key_request_builder.go +++ b/devicemanagement/managed_devices_item_get_file_vault_key_request_builder.go @@ -31,7 +31,7 @@ func NewManagedDevicesItemGetFileVaultKeyRequestBuilder(rawUrl string, requestAd return NewManagedDevicesItemGetFileVaultKeyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getFileVaultKey -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetFileVaultKeyGetResponse instead. // returns a ManagedDevicesItemGetFileVaultKeyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ManagedDevicesItemGetFileVaultKeyRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedDevicesItemGetFileVaultKeyRequestBuilderGetRequestConfiguration)(ManagedDevicesItemGetFileVaultKeyResponseable, error) { diff --git a/devicemanagement/managed_devices_item_get_file_vault_key_response.go b/devicemanagement/managed_devices_item_get_file_vault_key_response.go index 1fda2be4342..9b084736fc9 100644 --- a/devicemanagement/managed_devices_item_get_file_vault_key_response.go +++ b/devicemanagement/managed_devices_item_get_file_vault_key_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemGetFileVaultKeyGetResponseable instead. type ManagedDevicesItemGetFileVaultKeyResponse struct { ManagedDevicesItemGetFileVaultKeyGetResponse } @@ -20,7 +20,7 @@ func NewManagedDevicesItemGetFileVaultKeyResponse()(*ManagedDevicesItemGetFileVa func CreateManagedDevicesItemGetFileVaultKeyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewManagedDevicesItemGetFileVaultKeyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemGetFileVaultKeyGetResponseable instead. type ManagedDevicesItemGetFileVaultKeyResponseable interface { ManagedDevicesItemGetFileVaultKeyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/managed_devices_item_get_non_compliant_settings_request_builder.go b/devicemanagement/managed_devices_item_get_non_compliant_settings_request_builder.go index 7903fb7c5ca..704a3227483 100644 --- a/devicemanagement/managed_devices_item_get_non_compliant_settings_request_builder.go +++ b/devicemanagement/managed_devices_item_get_non_compliant_settings_request_builder.go @@ -46,7 +46,7 @@ func NewManagedDevicesItemGetNonCompliantSettingsRequestBuilder(rawUrl string, r return NewManagedDevicesItemGetNonCompliantSettingsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getNonCompliantSettings -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetNonCompliantSettingsGetResponse instead. // returns a ManagedDevicesItemGetNonCompliantSettingsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ManagedDevicesItemGetNonCompliantSettingsRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedDevicesItemGetNonCompliantSettingsRequestBuilderGetRequestConfiguration)(ManagedDevicesItemGetNonCompliantSettingsResponseable, error) { diff --git a/devicemanagement/managed_devices_item_get_non_compliant_settings_response.go b/devicemanagement/managed_devices_item_get_non_compliant_settings_response.go index 1489dd68fd9..9d321ace801 100644 --- a/devicemanagement/managed_devices_item_get_non_compliant_settings_response.go +++ b/devicemanagement/managed_devices_item_get_non_compliant_settings_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemGetNonCompliantSettingsGetResponseable instead. type ManagedDevicesItemGetNonCompliantSettingsResponse struct { ManagedDevicesItemGetNonCompliantSettingsGetResponse } @@ -20,7 +20,7 @@ func NewManagedDevicesItemGetNonCompliantSettingsResponse()(*ManagedDevicesItemG func CreateManagedDevicesItemGetNonCompliantSettingsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewManagedDevicesItemGetNonCompliantSettingsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemGetNonCompliantSettingsGetResponseable instead. type ManagedDevicesItemGetNonCompliantSettingsResponseable interface { ManagedDevicesItemGetNonCompliantSettingsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go index 46a7077e790..58565c3109f 100644 --- a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go +++ b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go @@ -31,7 +31,7 @@ func NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuild return NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action createDownloadUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCreateDownloadUrlPostResponse instead. // returns a ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilder) Post(ctx context.Context, requestConfiguration *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderPostRequestConfiguration)(ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable, error) { diff --git a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go index 10a99e717e8..bee18b40dca 100644 --- a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go +++ b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead. type ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse struct { ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse } @@ -20,7 +20,7 @@ func NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse()(* func CreateManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead. type ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable interface { ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_request_builder.go b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_request_builder.go index 395fd690680..a1725f838c5 100644 --- a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_request_builder.go +++ b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_request_builder.go @@ -31,7 +31,7 @@ func NewMicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlRequestB return NewMicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action createDownloadUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCreateDownloadUrlPostResponse instead. // returns a MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlRequestBuilder) Post(ctx context.Context, requestConfiguration *MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlRequestBuilderPostRequestConfiguration)(MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlResponseable, error) { diff --git a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_response.go b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_response.go index b93f1c31a72..a0cc7afb781 100644 --- a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_response.go +++ b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_create_download_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlPostResponseable instead. type MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlResponse struct { MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlPostResponse } @@ -20,7 +20,7 @@ func NewMicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlResponse func CreateMicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlPostResponseable instead. type MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlResponseable interface { MicrosoftTunnelServerLogCollectionResponsesItemCreateDownloadUrlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_request_builder.go b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_request_builder.go index 17994a0d4db..91fccd2ce99 100644 --- a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_request_builder.go +++ b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_request_builder.go @@ -31,7 +31,7 @@ func NewMicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlReques return NewMicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action generateDownloadUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGenerateDownloadUrlPostResponse instead. // returns a MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlRequestBuilder) Post(ctx context.Context, requestConfiguration *MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlRequestBuilderPostRequestConfiguration)(MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlResponseable, error) { diff --git a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_response.go b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_response.go index 0f87c530f6c..410a15f462f 100644 --- a/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_response.go +++ b/devicemanagement/microsoft_tunnel_server_log_collection_responses_item_generate_download_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlPostResponseable instead. type MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlResponse struct { MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlPostResponse } @@ -20,7 +20,7 @@ func NewMicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlRespon func CreateMicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlPostResponseable instead. type MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlResponseable interface { MicrosoftTunnelServerLogCollectionResponsesItemGenerateDownloadUrlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_request_builder.go b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_request_builder.go index 10a8d45d566..2206826d828 100644 --- a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_request_builder.go +++ b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_request_builder.go @@ -31,7 +31,7 @@ func NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSer return NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getHealthMetricTimeSeries -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetHealthMetricTimeSeriesPostResponse instead. // returns a MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesRequestBuilder) Post(ctx context.Context, body MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesPostRequestBodyable, requestConfiguration *MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesRequestBuilderPostRequestConfiguration)(MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesResponseable, error) { diff --git a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_response.go b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_response.go index 576f0828907..8fcbfada03e 100644 --- a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_response.go +++ b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metric_time_series_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesPostResponseable instead. type MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesResponse struct { MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesPostResponse } @@ -20,7 +20,7 @@ func NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSer func CreateMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesPostResponseable instead. type MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesResponseable interface { MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricTimeSeriesPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_request_builder.go b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_request_builder.go index fb67f7bd665..23bc0462ce2 100644 --- a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_request_builder.go +++ b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_request_builder.go @@ -31,7 +31,7 @@ func NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsReques return NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getHealthMetrics -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetHealthMetricsPostResponse instead. // returns a MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsRequestBuilder) Post(ctx context.Context, body MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsPostRequestBodyable, requestConfiguration *MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsRequestBuilderPostRequestConfiguration)(MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsResponseable, error) { diff --git a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_response.go b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_response.go index bd33f749c7c..5a54f0ef3c7 100644 --- a/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_response.go +++ b/devicemanagement/microsoft_tunnel_sites_item_microsoft_tunnel_servers_item_get_health_metrics_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsPostResponseable instead. type MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsResponse struct { MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsPostResponse } @@ -20,7 +20,7 @@ func NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsRespon func CreateMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsPostResponseable instead. type MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsResponseable interface { MicrosoftTunnelSitesItemMicrosoftTunnelServersItemGetHealthMetricsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go b/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go index afae8569f92..de61f59cfe4 100644 --- a/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go +++ b/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponseable instead. type MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponse struct { MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponse } @@ -20,7 +20,7 @@ func NewMonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificatio func CreateMonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponseable instead. type MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseable interface { MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go b/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go index fa239c3f4db..d540d985387 100644 --- a/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go +++ b/devicemanagement/monitoring_alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go @@ -46,7 +46,7 @@ func NewMonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificatio return NewMonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getPortalNotifications -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetPortalNotificationsGetResponse instead. // returns a MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsRequestBuilder) Get(ctx context.Context, requestConfiguration *MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsRequestBuilderGetRequestConfiguration)(MonitoringAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseable, error) { diff --git a/devicemanagement/operation_approval_policies_get_approvable_operations_request_builder.go b/devicemanagement/operation_approval_policies_get_approvable_operations_request_builder.go index 148faf4a883..b58aaa9c4ea 100644 --- a/devicemanagement/operation_approval_policies_get_approvable_operations_request_builder.go +++ b/devicemanagement/operation_approval_policies_get_approvable_operations_request_builder.go @@ -46,7 +46,7 @@ func NewOperationApprovalPoliciesGetApprovableOperationsRequestBuilder(rawUrl st return NewOperationApprovalPoliciesGetApprovableOperationsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getApprovableOperations -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetApprovableOperationsGetResponse instead. // returns a OperationApprovalPoliciesGetApprovableOperationsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalPoliciesGetApprovableOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationApprovalPoliciesGetApprovableOperationsRequestBuilderGetRequestConfiguration)(OperationApprovalPoliciesGetApprovableOperationsResponseable, error) { diff --git a/devicemanagement/operation_approval_policies_get_approvable_operations_response.go b/devicemanagement/operation_approval_policies_get_approvable_operations_response.go index dcc3d5bc150..1c6ae7258d4 100644 --- a/devicemanagement/operation_approval_policies_get_approvable_operations_response.go +++ b/devicemanagement/operation_approval_policies_get_approvable_operations_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesGetApprovableOperationsGetResponseable instead. type OperationApprovalPoliciesGetApprovableOperationsResponse struct { OperationApprovalPoliciesGetApprovableOperationsGetResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalPoliciesGetApprovableOperationsResponse()(*OperationApp func CreateOperationApprovalPoliciesGetApprovableOperationsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalPoliciesGetApprovableOperationsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesGetApprovableOperationsGetResponseable instead. type OperationApprovalPoliciesGetApprovableOperationsResponseable interface { OperationApprovalPoliciesGetApprovableOperationsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/operation_approval_policies_get_operations_requiring_approval_request_builder.go b/devicemanagement/operation_approval_policies_get_operations_requiring_approval_request_builder.go index 0a9d102b94a..fda9bbff993 100644 --- a/devicemanagement/operation_approval_policies_get_operations_requiring_approval_request_builder.go +++ b/devicemanagement/operation_approval_policies_get_operations_requiring_approval_request_builder.go @@ -46,7 +46,7 @@ func NewOperationApprovalPoliciesGetOperationsRequiringApprovalRequestBuilder(ra return NewOperationApprovalPoliciesGetOperationsRequiringApprovalRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getOperationsRequiringApproval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOperationsRequiringApprovalGetResponse instead. // returns a OperationApprovalPoliciesGetOperationsRequiringApprovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalPoliciesGetOperationsRequiringApprovalRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationApprovalPoliciesGetOperationsRequiringApprovalRequestBuilderGetRequestConfiguration)(OperationApprovalPoliciesGetOperationsRequiringApprovalResponseable, error) { diff --git a/devicemanagement/operation_approval_policies_get_operations_requiring_approval_response.go b/devicemanagement/operation_approval_policies_get_operations_requiring_approval_response.go index 6d398795f5c..243fe375998 100644 --- a/devicemanagement/operation_approval_policies_get_operations_requiring_approval_response.go +++ b/devicemanagement/operation_approval_policies_get_operations_requiring_approval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesGetOperationsRequiringApprovalGetResponseable instead. type OperationApprovalPoliciesGetOperationsRequiringApprovalResponse struct { OperationApprovalPoliciesGetOperationsRequiringApprovalGetResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalPoliciesGetOperationsRequiringApprovalResponse()(*Opera func CreateOperationApprovalPoliciesGetOperationsRequiringApprovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalPoliciesGetOperationsRequiringApprovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesGetOperationsRequiringApprovalGetResponseable instead. type OperationApprovalPoliciesGetOperationsRequiringApprovalResponseable interface { OperationApprovalPoliciesGetOperationsRequiringApprovalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/operation_approval_policies_retrieve_approvable_operations_request_builder.go b/devicemanagement/operation_approval_policies_retrieve_approvable_operations_request_builder.go index 5be2dffa3d0..1d513739229 100644 --- a/devicemanagement/operation_approval_policies_retrieve_approvable_operations_request_builder.go +++ b/devicemanagement/operation_approval_policies_retrieve_approvable_operations_request_builder.go @@ -46,7 +46,7 @@ func NewOperationApprovalPoliciesRetrieveApprovableOperationsRequestBuilder(rawU return NewOperationApprovalPoliciesRetrieveApprovableOperationsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function retrieveApprovableOperations -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRetrieveApprovableOperationsGetResponse instead. // returns a OperationApprovalPoliciesRetrieveApprovableOperationsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalPoliciesRetrieveApprovableOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationApprovalPoliciesRetrieveApprovableOperationsRequestBuilderGetRequestConfiguration)(OperationApprovalPoliciesRetrieveApprovableOperationsResponseable, error) { diff --git a/devicemanagement/operation_approval_policies_retrieve_approvable_operations_response.go b/devicemanagement/operation_approval_policies_retrieve_approvable_operations_response.go index 85884efbc15..8bb0753ef36 100644 --- a/devicemanagement/operation_approval_policies_retrieve_approvable_operations_response.go +++ b/devicemanagement/operation_approval_policies_retrieve_approvable_operations_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesRetrieveApprovableOperationsGetResponseable instead. type OperationApprovalPoliciesRetrieveApprovableOperationsResponse struct { OperationApprovalPoliciesRetrieveApprovableOperationsGetResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalPoliciesRetrieveApprovableOperationsResponse()(*Operati func CreateOperationApprovalPoliciesRetrieveApprovableOperationsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalPoliciesRetrieveApprovableOperationsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesRetrieveApprovableOperationsGetResponseable instead. type OperationApprovalPoliciesRetrieveApprovableOperationsResponseable interface { OperationApprovalPoliciesRetrieveApprovableOperationsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_request_builder.go b/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_request_builder.go index def748e5a5a..541052e27c7 100644 --- a/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_request_builder.go +++ b/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_request_builder.go @@ -46,7 +46,7 @@ func NewOperationApprovalPoliciesRetrieveOperationsRequiringApprovalRequestBuild return NewOperationApprovalPoliciesRetrieveOperationsRequiringApprovalRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function retrieveOperationsRequiringApproval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRetrieveOperationsRequiringApprovalGetResponse instead. // returns a OperationApprovalPoliciesRetrieveOperationsRequiringApprovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalPoliciesRetrieveOperationsRequiringApprovalRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationApprovalPoliciesRetrieveOperationsRequiringApprovalRequestBuilderGetRequestConfiguration)(OperationApprovalPoliciesRetrieveOperationsRequiringApprovalResponseable, error) { diff --git a/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_response.go b/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_response.go index 92e5852b1ca..5d2f054a51e 100644 --- a/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_response.go +++ b/devicemanagement/operation_approval_policies_retrieve_operations_requiring_approval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesRetrieveOperationsRequiringApprovalGetResponseable instead. type OperationApprovalPoliciesRetrieveOperationsRequiringApprovalResponse struct { OperationApprovalPoliciesRetrieveOperationsRequiringApprovalGetResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalPoliciesRetrieveOperationsRequiringApprovalResponse()(* func CreateOperationApprovalPoliciesRetrieveOperationsRequiringApprovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalPoliciesRetrieveOperationsRequiringApprovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalPoliciesRetrieveOperationsRequiringApprovalGetResponseable instead. type OperationApprovalPoliciesRetrieveOperationsRequiringApprovalResponseable interface { OperationApprovalPoliciesRetrieveOperationsRequiringApprovalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/operation_approval_requests_item_approve_request_builder.go b/devicemanagement/operation_approval_requests_item_approve_request_builder.go index ee3549e47e5..7d09bb958e6 100644 --- a/devicemanagement/operation_approval_requests_item_approve_request_builder.go +++ b/devicemanagement/operation_approval_requests_item_approve_request_builder.go @@ -31,7 +31,7 @@ func NewOperationApprovalRequestsItemApproveRequestBuilder(rawUrl string, reques return NewOperationApprovalRequestsItemApproveRequestBuilderInternal(urlParams, requestAdapter) } // Post approves the requested instance of an operationApprovalRequest. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsApprovePostResponse instead. // returns a OperationApprovalRequestsItemApproveResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalRequestsItemApproveRequestBuilder) Post(ctx context.Context, body OperationApprovalRequestsItemApprovePostRequestBodyable, requestConfiguration *OperationApprovalRequestsItemApproveRequestBuilderPostRequestConfiguration)(OperationApprovalRequestsItemApproveResponseable, error) { diff --git a/devicemanagement/operation_approval_requests_item_approve_response.go b/devicemanagement/operation_approval_requests_item_approve_response.go index 22660059855..a7283a6d725 100644 --- a/devicemanagement/operation_approval_requests_item_approve_response.go +++ b/devicemanagement/operation_approval_requests_item_approve_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsItemApprovePostResponseable instead. type OperationApprovalRequestsItemApproveResponse struct { OperationApprovalRequestsItemApprovePostResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalRequestsItemApproveResponse()(*OperationApprovalRequest func CreateOperationApprovalRequestsItemApproveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalRequestsItemApproveResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsItemApprovePostResponseable instead. type OperationApprovalRequestsItemApproveResponseable interface { OperationApprovalRequestsItemApprovePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/operation_approval_requests_item_cancel_approval_request_builder.go b/devicemanagement/operation_approval_requests_item_cancel_approval_request_builder.go index d9dc61d0323..062831ca31a 100644 --- a/devicemanagement/operation_approval_requests_item_cancel_approval_request_builder.go +++ b/devicemanagement/operation_approval_requests_item_cancel_approval_request_builder.go @@ -31,7 +31,7 @@ func NewOperationApprovalRequestsItemCancelApprovalRequestBuilder(rawUrl string, return NewOperationApprovalRequestsItemCancelApprovalRequestBuilderInternal(urlParams, requestAdapter) } // Post cancels an already approved instance of an operationApprovalRequest. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCancelApprovalPostResponse instead. // returns a OperationApprovalRequestsItemCancelApprovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalRequestsItemCancelApprovalRequestBuilder) Post(ctx context.Context, body OperationApprovalRequestsItemCancelApprovalPostRequestBodyable, requestConfiguration *OperationApprovalRequestsItemCancelApprovalRequestBuilderPostRequestConfiguration)(OperationApprovalRequestsItemCancelApprovalResponseable, error) { diff --git a/devicemanagement/operation_approval_requests_item_cancel_approval_response.go b/devicemanagement/operation_approval_requests_item_cancel_approval_response.go index d65b9dd3bdb..716bec29257 100644 --- a/devicemanagement/operation_approval_requests_item_cancel_approval_response.go +++ b/devicemanagement/operation_approval_requests_item_cancel_approval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsItemCancelApprovalPostResponseable instead. type OperationApprovalRequestsItemCancelApprovalResponse struct { OperationApprovalRequestsItemCancelApprovalPostResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalRequestsItemCancelApprovalResponse()(*OperationApproval func CreateOperationApprovalRequestsItemCancelApprovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalRequestsItemCancelApprovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsItemCancelApprovalPostResponseable instead. type OperationApprovalRequestsItemCancelApprovalResponseable interface { OperationApprovalRequestsItemCancelApprovalPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/operation_approval_requests_item_reject_request_builder.go b/devicemanagement/operation_approval_requests_item_reject_request_builder.go index c7cd108e4c7..498c6d18738 100644 --- a/devicemanagement/operation_approval_requests_item_reject_request_builder.go +++ b/devicemanagement/operation_approval_requests_item_reject_request_builder.go @@ -31,7 +31,7 @@ func NewOperationApprovalRequestsItemRejectRequestBuilder(rawUrl string, request return NewOperationApprovalRequestsItemRejectRequestBuilderInternal(urlParams, requestAdapter) } // Post rejects the requested instance of an operationApprovalRequest. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRejectPostResponse instead. // returns a OperationApprovalRequestsItemRejectResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalRequestsItemRejectRequestBuilder) Post(ctx context.Context, body OperationApprovalRequestsItemRejectPostRequestBodyable, requestConfiguration *OperationApprovalRequestsItemRejectRequestBuilderPostRequestConfiguration)(OperationApprovalRequestsItemRejectResponseable, error) { diff --git a/devicemanagement/operation_approval_requests_item_reject_response.go b/devicemanagement/operation_approval_requests_item_reject_response.go index f52ba5945fe..0e60c6fee79 100644 --- a/devicemanagement/operation_approval_requests_item_reject_response.go +++ b/devicemanagement/operation_approval_requests_item_reject_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsItemRejectPostResponseable instead. type OperationApprovalRequestsItemRejectResponse struct { OperationApprovalRequestsItemRejectPostResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalRequestsItemRejectResponse()(*OperationApprovalRequests func CreateOperationApprovalRequestsItemRejectResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalRequestsItemRejectResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsItemRejectPostResponseable instead. type OperationApprovalRequestsItemRejectResponseable interface { OperationApprovalRequestsItemRejectPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/operation_approval_requests_retrieve_my_requests_request_builder.go b/devicemanagement/operation_approval_requests_retrieve_my_requests_request_builder.go index 896cef702af..ec4384e2bb5 100644 --- a/devicemanagement/operation_approval_requests_retrieve_my_requests_request_builder.go +++ b/devicemanagement/operation_approval_requests_retrieve_my_requests_request_builder.go @@ -52,7 +52,7 @@ func NewOperationApprovalRequestsRetrieveMyRequestsRequestBuilder(rawUrl string, return NewOperationApprovalRequestsRetrieveMyRequestsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function retrieveMyRequests -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRetrieveMyRequestsGetResponse instead. // returns a OperationApprovalRequestsRetrieveMyRequestsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *OperationApprovalRequestsRetrieveMyRequestsRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationApprovalRequestsRetrieveMyRequestsRequestBuilderGetRequestConfiguration)(OperationApprovalRequestsRetrieveMyRequestsResponseable, error) { diff --git a/devicemanagement/operation_approval_requests_retrieve_my_requests_response.go b/devicemanagement/operation_approval_requests_retrieve_my_requests_response.go index 9843f8af5f9..b27f27d3ecb 100644 --- a/devicemanagement/operation_approval_requests_retrieve_my_requests_response.go +++ b/devicemanagement/operation_approval_requests_retrieve_my_requests_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsRetrieveMyRequestsGetResponseable instead. type OperationApprovalRequestsRetrieveMyRequestsResponse struct { OperationApprovalRequestsRetrieveMyRequestsGetResponse } @@ -20,7 +20,7 @@ func NewOperationApprovalRequestsRetrieveMyRequestsResponse()(*OperationApproval func CreateOperationApprovalRequestsRetrieveMyRequestsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewOperationApprovalRequestsRetrieveMyRequestsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use OperationApprovalRequestsRetrieveMyRequestsGetResponseable instead. type OperationApprovalRequestsRetrieveMyRequestsResponseable interface { OperationApprovalRequestsRetrieveMyRequestsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devicemanagement/resource_access_profiles_item_assign_request_builder.go b/devicemanagement/resource_access_profiles_item_assign_request_builder.go index 6d244931df6..8a035585012 100644 --- a/devicemanagement/resource_access_profiles_item_assign_request_builder.go +++ b/devicemanagement/resource_access_profiles_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewResourceAccessProfilesItemAssignRequestBuilder(rawUrl string, requestAda return NewResourceAccessProfilesItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a ResourceAccessProfilesItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ResourceAccessProfilesItemAssignRequestBuilder) Post(ctx context.Context, body ResourceAccessProfilesItemAssignPostRequestBodyable, requestConfiguration *ResourceAccessProfilesItemAssignRequestBuilderPostRequestConfiguration)(ResourceAccessProfilesItemAssignResponseable, error) { diff --git a/devicemanagement/resource_access_profiles_item_assign_response.go b/devicemanagement/resource_access_profiles_item_assign_response.go index 95e6a4c6446..0b76f549e8e 100644 --- a/devicemanagement/resource_access_profiles_item_assign_response.go +++ b/devicemanagement/resource_access_profiles_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ResourceAccessProfilesItemAssignPostResponseable instead. type ResourceAccessProfilesItemAssignResponse struct { ResourceAccessProfilesItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewResourceAccessProfilesItemAssignResponse()(*ResourceAccessProfilesItemAs func CreateResourceAccessProfilesItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewResourceAccessProfilesItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ResourceAccessProfilesItemAssignPostResponseable instead. type ResourceAccessProfilesItemAssignResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ResourceAccessProfilesItemAssignPostResponseable diff --git a/devicemanagement/resource_access_profiles_query_by_platform_type_request_builder.go b/devicemanagement/resource_access_profiles_query_by_platform_type_request_builder.go index ef45f337eab..dd7b7bafc2d 100644 --- a/devicemanagement/resource_access_profiles_query_by_platform_type_request_builder.go +++ b/devicemanagement/resource_access_profiles_query_by_platform_type_request_builder.go @@ -31,7 +31,7 @@ func NewResourceAccessProfilesQueryByPlatformTypeRequestBuilder(rawUrl string, r return NewResourceAccessProfilesQueryByPlatformTypeRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action queryByPlatformType -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsQueryByPlatformTypePostResponse instead. // returns a ResourceAccessProfilesQueryByPlatformTypeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ResourceAccessProfilesQueryByPlatformTypeRequestBuilder) Post(ctx context.Context, body ResourceAccessProfilesQueryByPlatformTypePostRequestBodyable, requestConfiguration *ResourceAccessProfilesQueryByPlatformTypeRequestBuilderPostRequestConfiguration)(ResourceAccessProfilesQueryByPlatformTypeResponseable, error) { diff --git a/devicemanagement/resource_access_profiles_query_by_platform_type_response.go b/devicemanagement/resource_access_profiles_query_by_platform_type_response.go index 9be4d56ecbf..b304cb07723 100644 --- a/devicemanagement/resource_access_profiles_query_by_platform_type_response.go +++ b/devicemanagement/resource_access_profiles_query_by_platform_type_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ResourceAccessProfilesQueryByPlatformTypePostResponseable instead. type ResourceAccessProfilesQueryByPlatformTypeResponse struct { ResourceAccessProfilesQueryByPlatformTypePostResponse } @@ -20,7 +20,7 @@ func NewResourceAccessProfilesQueryByPlatformTypeResponse()(*ResourceAccessProfi func CreateResourceAccessProfilesQueryByPlatformTypeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewResourceAccessProfilesQueryByPlatformTypeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ResourceAccessProfilesQueryByPlatformTypePostResponseable instead. type ResourceAccessProfilesQueryByPlatformTypeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ResourceAccessProfilesQueryByPlatformTypePostResponseable diff --git a/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_request_builder.go b/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_request_builder.go index 7bf17b1a9ea..aca050867e5 100644 --- a/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_request_builder.go +++ b/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_request_builder.go @@ -49,7 +49,7 @@ func NewResourceOperationsItemGetScopesForUserWithUseridRequestBuilder(rawUrl st return NewResourceOperationsItemGetScopesForUserWithUseridRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getScopesForUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetScopesForUserWithUseridGetResponse instead. // returns a ResourceOperationsItemGetScopesForUserWithUseridResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ResourceOperationsItemGetScopesForUserWithUseridRequestBuilder) Get(ctx context.Context, requestConfiguration *ResourceOperationsItemGetScopesForUserWithUseridRequestBuilderGetRequestConfiguration)(ResourceOperationsItemGetScopesForUserWithUseridResponseable, error) { diff --git a/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_response.go b/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_response.go index e92470588a8..b1b2b164add 100644 --- a/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_response.go +++ b/devicemanagement/resource_operations_item_get_scopes_for_user_with_userid_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ResourceOperationsItemGetScopesForUserWithUseridGetResponseable instead. type ResourceOperationsItemGetScopesForUserWithUseridResponse struct { ResourceOperationsItemGetScopesForUserWithUseridGetResponse } @@ -20,7 +20,7 @@ func NewResourceOperationsItemGetScopesForUserWithUseridResponse()(*ResourceOper func CreateResourceOperationsItemGetScopesForUserWithUseridResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewResourceOperationsItemGetScopesForUserWithUseridResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ResourceOperationsItemGetScopesForUserWithUseridGetResponseable instead. type ResourceOperationsItemGetScopesForUserWithUseridResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ResourceOperationsItemGetScopesForUserWithUseridGetResponseable diff --git a/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_request_builder.go b/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_request_builder.go index b0561a6a7a1..c2da1b59b71 100644 --- a/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_request_builder.go +++ b/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignRequ return NewReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignRequestBuilder) Post(ctx context.Context, body ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignPostRequestBodyable, requestConfiguration *ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignRequestBuilderPostRequestConfiguration)(ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignResponseable, error) { diff --git a/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_response.go b/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_response.go index ced38d62231..4db752f869b 100644 --- a/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_response.go +++ b/devicemanagement/reusable_policy_settings_item_referencing_configuration_policies_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignPostResponseable instead. type ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignResponse struct { ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignResp func CreateReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignPostResponseable instead. type ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReusablePolicySettingsItemReferencingConfigurationPoliciesItemAssignPostResponseable diff --git a/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_request_builder.go b/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_request_builder.go index 62e2db3986f..a32698521d7 100644 --- a/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_request_builder.go +++ b/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_request_builder.go @@ -31,7 +31,7 @@ func NewRoleScopeTagsGetRoleScopeTagsByIdRequestBuilder(rawUrl string, requestAd return NewRoleScopeTagsGetRoleScopeTagsByIdRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getRoleScopeTagsById -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetRoleScopeTagsByIdPostResponse instead. // returns a RoleScopeTagsGetRoleScopeTagsByIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *RoleScopeTagsGetRoleScopeTagsByIdRequestBuilder) Post(ctx context.Context, body RoleScopeTagsGetRoleScopeTagsByIdPostRequestBodyable, requestConfiguration *RoleScopeTagsGetRoleScopeTagsByIdRequestBuilderPostRequestConfiguration)(RoleScopeTagsGetRoleScopeTagsByIdResponseable, error) { diff --git a/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_response.go b/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_response.go index 403e8c718e3..8a34cd717bf 100644 --- a/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_response.go +++ b/devicemanagement/role_scope_tags_get_role_scope_tags_by_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RoleScopeTagsGetRoleScopeTagsByIdPostResponseable instead. type RoleScopeTagsGetRoleScopeTagsByIdResponse struct { RoleScopeTagsGetRoleScopeTagsByIdPostResponse } @@ -20,7 +20,7 @@ func NewRoleScopeTagsGetRoleScopeTagsByIdResponse()(*RoleScopeTagsGetRoleScopeTa func CreateRoleScopeTagsGetRoleScopeTagsByIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewRoleScopeTagsGetRoleScopeTagsByIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RoleScopeTagsGetRoleScopeTagsByIdPostResponseable instead. type RoleScopeTagsGetRoleScopeTagsByIdResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable RoleScopeTagsGetRoleScopeTagsByIdPostResponseable diff --git a/devicemanagement/role_scope_tags_has_custom_role_scope_tag_request_builder.go b/devicemanagement/role_scope_tags_has_custom_role_scope_tag_request_builder.go index a813bbc1df3..0b2ce3795e6 100644 --- a/devicemanagement/role_scope_tags_has_custom_role_scope_tag_request_builder.go +++ b/devicemanagement/role_scope_tags_has_custom_role_scope_tag_request_builder.go @@ -31,7 +31,7 @@ func NewRoleScopeTagsHasCustomRoleScopeTagRequestBuilder(rawUrl string, requestA return NewRoleScopeTagsHasCustomRoleScopeTagRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function hasCustomRoleScopeTag -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsHasCustomRoleScopeTagGetResponse instead. // returns a RoleScopeTagsHasCustomRoleScopeTagResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *RoleScopeTagsHasCustomRoleScopeTagRequestBuilder) Get(ctx context.Context, requestConfiguration *RoleScopeTagsHasCustomRoleScopeTagRequestBuilderGetRequestConfiguration)(RoleScopeTagsHasCustomRoleScopeTagResponseable, error) { diff --git a/devicemanagement/role_scope_tags_has_custom_role_scope_tag_response.go b/devicemanagement/role_scope_tags_has_custom_role_scope_tag_response.go index 2508a0ebc55..49ca2852ffe 100644 --- a/devicemanagement/role_scope_tags_has_custom_role_scope_tag_response.go +++ b/devicemanagement/role_scope_tags_has_custom_role_scope_tag_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RoleScopeTagsHasCustomRoleScopeTagGetResponseable instead. type RoleScopeTagsHasCustomRoleScopeTagResponse struct { RoleScopeTagsHasCustomRoleScopeTagGetResponse } @@ -20,7 +20,7 @@ func NewRoleScopeTagsHasCustomRoleScopeTagResponse()(*RoleScopeTagsHasCustomRole func CreateRoleScopeTagsHasCustomRoleScopeTagResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewRoleScopeTagsHasCustomRoleScopeTagResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RoleScopeTagsHasCustomRoleScopeTagGetResponseable instead. type RoleScopeTagsHasCustomRoleScopeTagResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable RoleScopeTagsHasCustomRoleScopeTagGetResponseable diff --git a/devicemanagement/role_scope_tags_item_assign_request_builder.go b/devicemanagement/role_scope_tags_item_assign_request_builder.go index 2f60f5b39c3..40f4bb33c6b 100644 --- a/devicemanagement/role_scope_tags_item_assign_request_builder.go +++ b/devicemanagement/role_scope_tags_item_assign_request_builder.go @@ -31,7 +31,7 @@ func NewRoleScopeTagsItemAssignRequestBuilder(rawUrl string, requestAdapter i2ae return NewRoleScopeTagsItemAssignRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action assign -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead. // returns a RoleScopeTagsItemAssignResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *RoleScopeTagsItemAssignRequestBuilder) Post(ctx context.Context, body RoleScopeTagsItemAssignPostRequestBodyable, requestConfiguration *RoleScopeTagsItemAssignRequestBuilderPostRequestConfiguration)(RoleScopeTagsItemAssignResponseable, error) { diff --git a/devicemanagement/role_scope_tags_item_assign_response.go b/devicemanagement/role_scope_tags_item_assign_response.go index 6276fd3a070..137f27ecf5c 100644 --- a/devicemanagement/role_scope_tags_item_assign_response.go +++ b/devicemanagement/role_scope_tags_item_assign_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RoleScopeTagsItemAssignPostResponseable instead. type RoleScopeTagsItemAssignResponse struct { RoleScopeTagsItemAssignPostResponse } @@ -20,7 +20,7 @@ func NewRoleScopeTagsItemAssignResponse()(*RoleScopeTagsItemAssignResponse) { func CreateRoleScopeTagsItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewRoleScopeTagsItemAssignResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RoleScopeTagsItemAssignPostResponseable instead. type RoleScopeTagsItemAssignResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable RoleScopeTagsItemAssignPostResponseable diff --git a/devicemanagement/scoped_for_resource_with_resource_request_builder.go b/devicemanagement/scoped_for_resource_with_resource_request_builder.go index bf3f8068ab7..eb64f9f949b 100644 --- a/devicemanagement/scoped_for_resource_with_resource_request_builder.go +++ b/devicemanagement/scoped_for_resource_with_resource_request_builder.go @@ -34,7 +34,7 @@ func NewScopedForResourceWithResourceRequestBuilder(rawUrl string, requestAdapte return NewScopedForResourceWithResourceRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function scopedForResource -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsScopedForResourceWithResourceGetResponse instead. // returns a ScopedForResourceWithResourceResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ScopedForResourceWithResourceRequestBuilder) Get(ctx context.Context, requestConfiguration *ScopedForResourceWithResourceRequestBuilderGetRequestConfiguration)(ScopedForResourceWithResourceResponseable, error) { diff --git a/devicemanagement/scoped_for_resource_with_resource_response.go b/devicemanagement/scoped_for_resource_with_resource_response.go index 3490d676e21..f40f8d9bd54 100644 --- a/devicemanagement/scoped_for_resource_with_resource_response.go +++ b/devicemanagement/scoped_for_resource_with_resource_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ScopedForResourceWithResourceGetResponseable instead. type ScopedForResourceWithResourceResponse struct { ScopedForResourceWithResourceGetResponse } @@ -20,7 +20,7 @@ func NewScopedForResourceWithResourceResponse()(*ScopedForResourceWithResourceRe func CreateScopedForResourceWithResourceResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewScopedForResourceWithResourceResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ScopedForResourceWithResourceGetResponseable instead. type ScopedForResourceWithResourceResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ScopedForResourceWithResourceGetResponseable diff --git a/devicemanagement/templates_import_office365_device_configuration_policies_request_builder.go b/devicemanagement/templates_import_office365_device_configuration_policies_request_builder.go index f558ab9e7f3..ae7efd76ccc 100644 --- a/devicemanagement/templates_import_office365_device_configuration_policies_request_builder.go +++ b/devicemanagement/templates_import_office365_device_configuration_policies_request_builder.go @@ -31,7 +31,7 @@ func NewTemplatesImportOffice365DeviceConfigurationPoliciesRequestBuilder(rawUrl return NewTemplatesImportOffice365DeviceConfigurationPoliciesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action importOffice365DeviceConfigurationPolicies -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsImportOffice365DeviceConfigurationPoliciesPostResponse instead. // returns a TemplatesImportOffice365DeviceConfigurationPoliciesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TemplatesImportOffice365DeviceConfigurationPoliciesRequestBuilder) Post(ctx context.Context, requestConfiguration *TemplatesImportOffice365DeviceConfigurationPoliciesRequestBuilderPostRequestConfiguration)(TemplatesImportOffice365DeviceConfigurationPoliciesResponseable, error) { diff --git a/devicemanagement/templates_import_office365_device_configuration_policies_response.go b/devicemanagement/templates_import_office365_device_configuration_policies_response.go index 6c5456bdfed..fd27777815e 100644 --- a/devicemanagement/templates_import_office365_device_configuration_policies_response.go +++ b/devicemanagement/templates_import_office365_device_configuration_policies_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesImportOffice365DeviceConfigurationPoliciesPostResponseable instead. type TemplatesImportOffice365DeviceConfigurationPoliciesResponse struct { TemplatesImportOffice365DeviceConfigurationPoliciesPostResponse } @@ -20,7 +20,7 @@ func NewTemplatesImportOffice365DeviceConfigurationPoliciesResponse()(*Templates func CreateTemplatesImportOffice365DeviceConfigurationPoliciesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTemplatesImportOffice365DeviceConfigurationPoliciesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesImportOffice365DeviceConfigurationPoliciesPostResponseable instead. type TemplatesImportOffice365DeviceConfigurationPoliciesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TemplatesImportOffice365DeviceConfigurationPoliciesPostResponseable diff --git a/devicemanagement/templates_item_compare_with_template_id_request_builder.go b/devicemanagement/templates_item_compare_with_template_id_request_builder.go index 6dfb4cb78b3..56d555a8e53 100644 --- a/devicemanagement/templates_item_compare_with_template_id_request_builder.go +++ b/devicemanagement/templates_item_compare_with_template_id_request_builder.go @@ -49,7 +49,7 @@ func NewTemplatesItemCompareWithTemplateIdRequestBuilder(rawUrl string, requestA return NewTemplatesItemCompareWithTemplateIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function compare -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCompareWithTemplateIdGetResponse instead. // returns a TemplatesItemCompareWithTemplateIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TemplatesItemCompareWithTemplateIdRequestBuilder) Get(ctx context.Context, requestConfiguration *TemplatesItemCompareWithTemplateIdRequestBuilderGetRequestConfiguration)(TemplatesItemCompareWithTemplateIdResponseable, error) { diff --git a/devicemanagement/templates_item_compare_with_template_id_response.go b/devicemanagement/templates_item_compare_with_template_id_response.go index ab357b50bc5..4fb7bf3900e 100644 --- a/devicemanagement/templates_item_compare_with_template_id_response.go +++ b/devicemanagement/templates_item_compare_with_template_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesItemCompareWithTemplateIdGetResponseable instead. type TemplatesItemCompareWithTemplateIdResponse struct { TemplatesItemCompareWithTemplateIdGetResponse } @@ -20,7 +20,7 @@ func NewTemplatesItemCompareWithTemplateIdResponse()(*TemplatesItemCompareWithTe func CreateTemplatesItemCompareWithTemplateIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTemplatesItemCompareWithTemplateIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesItemCompareWithTemplateIdGetResponseable instead. type TemplatesItemCompareWithTemplateIdResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TemplatesItemCompareWithTemplateIdGetResponseable diff --git a/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_request_builder.go b/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_request_builder.go index 35cc802952c..38ad3452f5c 100644 --- a/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_request_builder.go +++ b/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_request_builder.go @@ -31,7 +31,7 @@ func NewTemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesReque return NewTemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action importOffice365DeviceConfigurationPolicies -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsImportOffice365DeviceConfigurationPoliciesPostResponse instead. // returns a TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesRequestBuilder) Post(ctx context.Context, requestConfiguration *TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesRequestBuilderPostRequestConfiguration)(TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesResponseable, error) { diff --git a/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_response.go b/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_response.go index 96515188412..ddfb721a108 100644 --- a/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_response.go +++ b/devicemanagement/templates_item_migratable_to_import_office365_device_configuration_policies_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesPostResponseable instead. type TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesResponse struct { TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesPostResponse } @@ -20,7 +20,7 @@ func NewTemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesRespo func CreateTemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesPostResponseable instead. type TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TemplatesItemMigratableToImportOffice365DeviceConfigurationPoliciesPostResponseable diff --git a/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_request_builder.go b/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_request_builder.go index 4570e55d3d7..753427d55ed 100644 --- a/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_request_builder.go +++ b/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_request_builder.go @@ -49,7 +49,7 @@ func NewTemplatesItemMigratableToItemCompareWithTemplateIdRequestBuilder(rawUrl return NewTemplatesItemMigratableToItemCompareWithTemplateIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function compare -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCompareWithTemplateIdGetResponse instead. // returns a TemplatesItemMigratableToItemCompareWithTemplateIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TemplatesItemMigratableToItemCompareWithTemplateIdRequestBuilder) Get(ctx context.Context, requestConfiguration *TemplatesItemMigratableToItemCompareWithTemplateIdRequestBuilderGetRequestConfiguration)(TemplatesItemMigratableToItemCompareWithTemplateIdResponseable, error) { diff --git a/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_response.go b/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_response.go index a9cf7051c67..920485f156f 100644 --- a/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_response.go +++ b/devicemanagement/templates_item_migratable_to_item_compare_with_template_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesItemMigratableToItemCompareWithTemplateIdGetResponseable instead. type TemplatesItemMigratableToItemCompareWithTemplateIdResponse struct { TemplatesItemMigratableToItemCompareWithTemplateIdGetResponse } @@ -20,7 +20,7 @@ func NewTemplatesItemMigratableToItemCompareWithTemplateIdResponse()(*TemplatesI func CreateTemplatesItemMigratableToItemCompareWithTemplateIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTemplatesItemMigratableToItemCompareWithTemplateIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TemplatesItemMigratableToItemCompareWithTemplateIdGetResponseable instead. type TemplatesItemMigratableToItemCompareWithTemplateIdResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TemplatesItemMigratableToItemCompareWithTemplateIdGetResponseable diff --git a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go index b9882019b6e..bb51c116dee 100644 --- a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go +++ b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go @@ -55,7 +55,7 @@ func NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevice return NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function summarizeDevicePerformanceDevices -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSummarizeDevicePerformanceDevicesWithSummarizeByGetResponse instead. // returns a UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder) Get(ctx context.Context, requestConfiguration *UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetRequestConfiguration)(UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseable, error) { diff --git a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go index 3341f311e08..6adec963fc0 100644 --- a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go +++ b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponseable instead. type UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponse struct { UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponse } @@ -20,7 +20,7 @@ func NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevice func CreateUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponseable instead. type UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponseable diff --git a/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_request_builder.go b/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_request_builder.go index b63f39fad64..a59880b5bd7 100644 --- a/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_request_builder.go +++ b/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_request_builder.go @@ -55,7 +55,7 @@ func NewUserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWi return NewUserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function summarizeDeviceRemoteConnection -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSummarizeDeviceRemoteConnectionWithSummarizeByGetResponse instead. // returns a UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByRequestBuilder) Get(ctx context.Context, requestConfiguration *UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByRequestBuilderGetRequestConfiguration)(UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByResponseable, error) { diff --git a/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_response.go b/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_response.go index 8989ce76ad9..3bca3182a89 100644 --- a/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_response.go +++ b/devicemanagement/user_experience_analytics_remote_connection_summarize_device_remote_connection_with_summarize_by_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByGetResponseable instead. type UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByResponse struct { UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByGetResponse } @@ -20,7 +20,7 @@ func NewUserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWi func CreateUserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewUserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByGetResponseable instead. type UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable UserExperienceAnalyticsRemoteConnectionSummarizeDeviceRemoteConnectionWithSummarizeByGetResponseable diff --git a/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_request_builder.go b/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_request_builder.go index 75f2d5f7b60..fa0153d509a 100644 --- a/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_request_builder.go +++ b/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_request_builder.go @@ -55,7 +55,7 @@ func NewUserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerform return NewUserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function summarizeDeviceResourcePerformance -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSummarizeDeviceResourcePerformanceWithSummarizeByGetResponse instead. // returns a UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilder) Get(ctx context.Context, requestConfiguration *UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilderGetRequestConfiguration)(UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByResponseable, error) { diff --git a/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_response.go b/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_response.go index 2ff7e9add38..059ebda00ac 100644 --- a/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_response.go +++ b/devicemanagement/user_experience_analytics_resource_performance_summarize_device_resource_performance_with_summarize_by_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByGetResponseable instead. type UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByResponse struct { UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByGetResponse } @@ -20,7 +20,7 @@ func NewUserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerform func CreateUserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewUserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByGetResponseable instead. type UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable UserExperienceAnalyticsResourcePerformanceSummarizeDeviceResourcePerformanceWithSummarizeByGetResponseable diff --git a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go index f06bc6b23b5..4bcefd6cfbd 100644 --- a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go +++ b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go @@ -34,7 +34,7 @@ func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder(rawUrl return NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function verifyWindowsEnrollmentAutoDiscovery -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse instead. // returns a VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) Get(ctx context.Context, requestConfiguration *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration)(VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable, error) { diff --git a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go index 7ec14e414c0..f54d4e1e76b 100644 --- a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go +++ b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponseable instead. type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse struct { VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse } @@ -20,7 +20,7 @@ func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse()(*VerifyWind func CreateVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponseable instead. type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponseable diff --git a/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_request_builder.go b/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_request_builder.go index 6ff64bebed4..189aa282be2 100644 --- a/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_request_builder.go +++ b/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_request_builder.go @@ -46,7 +46,7 @@ func NewVirtualEndpointAuditEventsGetAuditActivityTypesRequestBuilder(rawUrl str return NewVirtualEndpointAuditEventsGetAuditActivityTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAuditActivityTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAuditActivityTypesGetResponse instead. // returns a VirtualEndpointAuditEventsGetAuditActivityTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointAuditEventsGetAuditActivityTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointAuditEventsGetAuditActivityTypesRequestBuilderGetRequestConfiguration)(VirtualEndpointAuditEventsGetAuditActivityTypesResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_response.go b/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_response.go index 3c68a32e52d..73b3cd36a50 100644 --- a/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_response.go +++ b/devicemanagement/virtual_endpoint_audit_events_get_audit_activity_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointAuditEventsGetAuditActivityTypesGetResponseable instead. type VirtualEndpointAuditEventsGetAuditActivityTypesResponse struct { VirtualEndpointAuditEventsGetAuditActivityTypesGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointAuditEventsGetAuditActivityTypesResponse()(*VirtualEndpoi func CreateVirtualEndpointAuditEventsGetAuditActivityTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointAuditEventsGetAuditActivityTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointAuditEventsGetAuditActivityTypesGetResponseable instead. type VirtualEndpointAuditEventsGetAuditActivityTypesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointAuditEventsGetAuditActivityTypesGetResponseable diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_request_builder.go b/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_request_builder.go index 2ed52715089..cc2e656e6be 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_request_builder.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_request_builder.go @@ -31,7 +31,7 @@ func NewVirtualEndpointCloudPCsBulkResizeRequestBuilder(rawUrl string, requestAd return NewVirtualEndpointCloudPCsBulkResizeRequestBuilderInternal(urlParams, requestAdapter) } // Post perform a bulk resize action to resize a group of cloudPCs that have successfully passed validation. If any devices can't be resized, those devices indicate 'resize failed'. The remaining devices are provisioned for the resize process. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsBulkResizePostResponse instead. // returns a VirtualEndpointCloudPCsBulkResizeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_response.go b/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_response.go index 3877482dcba..dcaa1fc2c79 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_response.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_bulk_resize_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsBulkResizePostResponseable instead. type VirtualEndpointCloudPCsBulkResizeResponse struct { VirtualEndpointCloudPCsBulkResizePostResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointCloudPCsBulkResizeResponse()(*VirtualEndpointCloudPCsBulk func CreateVirtualEndpointCloudPCsBulkResizeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointCloudPCsBulkResizeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsBulkResizePostResponseable instead. type VirtualEndpointCloudPCsBulkResizeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointCloudPCsBulkResizePostResponseable diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go b/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go index 5d70004b3a1..5b157a67d37 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go @@ -58,7 +58,7 @@ func NewVirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanI return NewVirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getProvisionedCloudPCs -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponse instead. // returns a VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilderGetRequestConfiguration)(VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go b/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go index 98cd25fb8c3..91e24c8b0ae 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponseable instead. type VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponse struct { VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanI func CreateVirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponseable instead. type VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponseable diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go index 4827ac72d19..80b612f6800 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go @@ -46,7 +46,7 @@ func NewVirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilder(r return NewVirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCloudPcConnectivityHistory -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCloudPcConnectivityHistoryGetResponse instead. // returns a VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilderGetRequestConfiguration)(VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go index 50bb80af919..466b51675ba 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryGetResponseable instead. type VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryResponse struct { VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryResponse()(*Virt func CreateVirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryGetResponseable instead. type VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointCloudPCsItemGetCloudPcConnectivityHistoryGetResponseable diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go index 70e3ac6381c..f87aa7b7f46 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go @@ -46,7 +46,7 @@ func NewVirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilde return NewVirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getSupportedCloudPcRemoteActions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetSupportedCloudPcRemoteActionsGetResponse instead. // returns a VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilderGetRequestConfiguration)(VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go index a3b9d409318..f1479046563 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponseable instead. type VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsResponse struct { VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsResponse()(*V func CreateVirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponseable instead. type VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponseable diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_request_builder.go b/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_request_builder.go index 3114a1ee5d4..0011daa1335 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_request_builder.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_request_builder.go @@ -31,7 +31,7 @@ func NewVirtualEndpointCloudPCsValidateBulkResizeRequestBuilder(rawUrl string, r return NewVirtualEndpointCloudPCsValidateBulkResizeRequestBuilderInternal(urlParams, requestAdapter) } // Post validate that a set of cloudPC devices meet the requirements to be bulk resized. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsValidateBulkResizePostResponse instead. // returns a VirtualEndpointCloudPCsValidateBulkResizeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_response.go b/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_response.go index d491b6a642a..251846ce10d 100644 --- a/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_response.go +++ b/devicemanagement/virtual_endpoint_cloud_p_cs_validate_bulk_resize_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsValidateBulkResizePostResponseable instead. type VirtualEndpointCloudPCsValidateBulkResizeResponse struct { VirtualEndpointCloudPCsValidateBulkResizePostResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointCloudPCsValidateBulkResizeResponse()(*VirtualEndpointClou func CreateVirtualEndpointCloudPCsValidateBulkResizeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointCloudPCsValidateBulkResizeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointCloudPCsValidateBulkResizePostResponseable instead. type VirtualEndpointCloudPCsValidateBulkResizeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointCloudPCsValidateBulkResizePostResponseable diff --git a/devicemanagement/virtual_endpoint_device_images_get_source_images_request_builder.go b/devicemanagement/virtual_endpoint_device_images_get_source_images_request_builder.go index ccff579b2cb..0f470a389d4 100644 --- a/devicemanagement/virtual_endpoint_device_images_get_source_images_request_builder.go +++ b/devicemanagement/virtual_endpoint_device_images_get_source_images_request_builder.go @@ -46,7 +46,7 @@ func NewVirtualEndpointDeviceImagesGetSourceImagesRequestBuilder(rawUrl string, return NewVirtualEndpointDeviceImagesGetSourceImagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getSourceImages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetSourceImagesGetResponse instead. // returns a VirtualEndpointDeviceImagesGetSourceImagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointDeviceImagesGetSourceImagesRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointDeviceImagesGetSourceImagesRequestBuilderGetRequestConfiguration)(VirtualEndpointDeviceImagesGetSourceImagesResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_device_images_get_source_images_response.go b/devicemanagement/virtual_endpoint_device_images_get_source_images_response.go index 1ad30c9afb2..c06ccaa4093 100644 --- a/devicemanagement/virtual_endpoint_device_images_get_source_images_response.go +++ b/devicemanagement/virtual_endpoint_device_images_get_source_images_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointDeviceImagesGetSourceImagesGetResponseable instead. type VirtualEndpointDeviceImagesGetSourceImagesResponse struct { VirtualEndpointDeviceImagesGetSourceImagesGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointDeviceImagesGetSourceImagesResponse()(*VirtualEndpointDev func CreateVirtualEndpointDeviceImagesGetSourceImagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointDeviceImagesGetSourceImagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointDeviceImagesGetSourceImagesGetResponseable instead. type VirtualEndpointDeviceImagesGetSourceImagesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointDeviceImagesGetSourceImagesGetResponseable diff --git a/devicemanagement/virtual_endpoint_get_effective_permissions_request_builder.go b/devicemanagement/virtual_endpoint_get_effective_permissions_request_builder.go index a78aa04cc7d..40dbb1ef4e4 100644 --- a/devicemanagement/virtual_endpoint_get_effective_permissions_request_builder.go +++ b/devicemanagement/virtual_endpoint_get_effective_permissions_request_builder.go @@ -46,7 +46,7 @@ func NewVirtualEndpointGetEffectivePermissionsRequestBuilder(rawUrl string, requ return NewVirtualEndpointGetEffectivePermissionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getEffectivePermissions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetEffectivePermissionsGetResponse instead. // returns a VirtualEndpointGetEffectivePermissionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointGetEffectivePermissionsRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointGetEffectivePermissionsRequestBuilderGetRequestConfiguration)(VirtualEndpointGetEffectivePermissionsResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_get_effective_permissions_response.go b/devicemanagement/virtual_endpoint_get_effective_permissions_response.go index 56d18ec2d87..0bdbc12e465 100644 --- a/devicemanagement/virtual_endpoint_get_effective_permissions_response.go +++ b/devicemanagement/virtual_endpoint_get_effective_permissions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointGetEffectivePermissionsGetResponseable instead. type VirtualEndpointGetEffectivePermissionsResponse struct { VirtualEndpointGetEffectivePermissionsGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointGetEffectivePermissionsResponse()(*VirtualEndpointGetEffe func CreateVirtualEndpointGetEffectivePermissionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointGetEffectivePermissionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointGetEffectivePermissionsGetResponseable instead. type VirtualEndpointGetEffectivePermissionsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointGetEffectivePermissionsGetResponseable diff --git a/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_request_builder.go b/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_request_builder.go index 90ad1d04529..05e6032b8d6 100644 --- a/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_request_builder.go +++ b/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_request_builder.go @@ -46,7 +46,7 @@ func NewVirtualEndpointRetrieveScopedPermissionsRequestBuilder(rawUrl string, re return NewVirtualEndpointRetrieveScopedPermissionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function retrieveScopedPermissions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRetrieveScopedPermissionsGetResponse instead. // returns a VirtualEndpointRetrieveScopedPermissionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointRetrieveScopedPermissionsRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointRetrieveScopedPermissionsRequestBuilderGetRequestConfiguration)(VirtualEndpointRetrieveScopedPermissionsResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_response.go b/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_response.go index eb652bdd271..3ae374ff592 100644 --- a/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_response.go +++ b/devicemanagement/virtual_endpoint_retrieve_scoped_permissions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointRetrieveScopedPermissionsGetResponseable instead. type VirtualEndpointRetrieveScopedPermissionsResponse struct { VirtualEndpointRetrieveScopedPermissionsGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointRetrieveScopedPermissionsResponse()(*VirtualEndpointRetri func CreateVirtualEndpointRetrieveScopedPermissionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointRetrieveScopedPermissionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointRetrieveScopedPermissionsGetResponseable instead. type VirtualEndpointRetrieveScopedPermissionsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointRetrieveScopedPermissionsGetResponseable diff --git a/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_request_builder.go b/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_request_builder.go index b5af9b0cfca..616b91f3da6 100644 --- a/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_request_builder.go +++ b/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_request_builder.go @@ -49,7 +49,7 @@ func NewVirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdRequestBuild return NewVirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getStorageAccounts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetStorageAccountsWithSubscriptionIdGetResponse instead. // returns a VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdRequestBuilderGetRequestConfiguration)(VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_response.go b/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_response.go index 91dbaf433ac..3ad5c41af3e 100644 --- a/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_response.go +++ b/devicemanagement/virtual_endpoint_snapshots_get_storage_accounts_with_subscription_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdGetResponseable instead. type VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdResponse struct { VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdResponse()(* func CreateVirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdGetResponseable instead. type VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointSnapshotsGetStorageAccountsWithSubscriptionIdGetResponseable diff --git a/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_request_builder.go b/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_request_builder.go index 0bbfe1b9072..3d84290f0da 100644 --- a/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_request_builder.go +++ b/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_request_builder.go @@ -46,7 +46,7 @@ func NewVirtualEndpointSnapshotsGetSubscriptionsRequestBuilder(rawUrl string, re return NewVirtualEndpointSnapshotsGetSubscriptionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getSubscriptions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetSubscriptionsGetResponse instead. // returns a VirtualEndpointSnapshotsGetSubscriptionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEndpointSnapshotsGetSubscriptionsRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEndpointSnapshotsGetSubscriptionsRequestBuilderGetRequestConfiguration)(VirtualEndpointSnapshotsGetSubscriptionsResponseable, error) { diff --git a/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_response.go b/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_response.go index 0ba35e71979..93585db83e8 100644 --- a/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_response.go +++ b/devicemanagement/virtual_endpoint_snapshots_get_subscriptions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointSnapshotsGetSubscriptionsGetResponseable instead. type VirtualEndpointSnapshotsGetSubscriptionsResponse struct { VirtualEndpointSnapshotsGetSubscriptionsGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEndpointSnapshotsGetSubscriptionsResponse()(*VirtualEndpointSnaps func CreateVirtualEndpointSnapshotsGetSubscriptionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEndpointSnapshotsGetSubscriptionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEndpointSnapshotsGetSubscriptionsGetResponseable instead. type VirtualEndpointSnapshotsGetSubscriptionsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEndpointSnapshotsGetSubscriptionsGetResponseable diff --git a/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_request_builder.go b/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_request_builder.go index 49cd59a208a..8e7c80ec479 100644 --- a/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_request_builder.go +++ b/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewWindowsAutopilotDeploymentProfilesHasPayloadLinksRequestBuilder(rawUrl s return NewWindowsAutopilotDeploymentProfilesHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a WindowsAutopilotDeploymentProfilesHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *WindowsAutopilotDeploymentProfilesHasPayloadLinksRequestBuilder) Post(ctx context.Context, body WindowsAutopilotDeploymentProfilesHasPayloadLinksPostRequestBodyable, requestConfiguration *WindowsAutopilotDeploymentProfilesHasPayloadLinksRequestBuilderPostRequestConfiguration)(WindowsAutopilotDeploymentProfilesHasPayloadLinksResponseable, error) { diff --git a/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_response.go b/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_response.go index 2d07268a747..e8f88f40fca 100644 --- a/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_response.go +++ b/devicemanagement/windows_autopilot_deployment_profiles_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use WindowsAutopilotDeploymentProfilesHasPayloadLinksPostResponseable instead. type WindowsAutopilotDeploymentProfilesHasPayloadLinksResponse struct { WindowsAutopilotDeploymentProfilesHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewWindowsAutopilotDeploymentProfilesHasPayloadLinksResponse()(*WindowsAuto func CreateWindowsAutopilotDeploymentProfilesHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewWindowsAutopilotDeploymentProfilesHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use WindowsAutopilotDeploymentProfilesHasPayloadLinksPostResponseable instead. type WindowsAutopilotDeploymentProfilesHasPayloadLinksResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable WindowsAutopilotDeploymentProfilesHasPayloadLinksPostResponseable diff --git a/devicemanagement/zebra_fota_connector_approve_fota_apps_request_builder.go b/devicemanagement/zebra_fota_connector_approve_fota_apps_request_builder.go index 1e1c7769f46..23bc7c78cab 100644 --- a/devicemanagement/zebra_fota_connector_approve_fota_apps_request_builder.go +++ b/devicemanagement/zebra_fota_connector_approve_fota_apps_request_builder.go @@ -31,7 +31,7 @@ func NewZebraFotaConnectorApproveFotaAppsRequestBuilder(rawUrl string, requestAd return NewZebraFotaConnectorApproveFotaAppsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action approveFotaApps -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsApproveFotaAppsPostResponse instead. // returns a ZebraFotaConnectorApproveFotaAppsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ZebraFotaConnectorApproveFotaAppsRequestBuilder) Post(ctx context.Context, requestConfiguration *ZebraFotaConnectorApproveFotaAppsRequestBuilderPostRequestConfiguration)(ZebraFotaConnectorApproveFotaAppsResponseable, error) { diff --git a/devicemanagement/zebra_fota_connector_approve_fota_apps_response.go b/devicemanagement/zebra_fota_connector_approve_fota_apps_response.go index 624c8387925..fbb0d926361 100644 --- a/devicemanagement/zebra_fota_connector_approve_fota_apps_response.go +++ b/devicemanagement/zebra_fota_connector_approve_fota_apps_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorApproveFotaAppsPostResponseable instead. type ZebraFotaConnectorApproveFotaAppsResponse struct { ZebraFotaConnectorApproveFotaAppsPostResponse } @@ -20,7 +20,7 @@ func NewZebraFotaConnectorApproveFotaAppsResponse()(*ZebraFotaConnectorApproveFo func CreateZebraFotaConnectorApproveFotaAppsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewZebraFotaConnectorApproveFotaAppsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorApproveFotaAppsPostResponseable instead. type ZebraFotaConnectorApproveFotaAppsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ZebraFotaConnectorApproveFotaAppsPostResponseable diff --git a/devicemanagement/zebra_fota_connector_connect_request_builder.go b/devicemanagement/zebra_fota_connector_connect_request_builder.go index 32db79d8cc9..3a0b1d05357 100644 --- a/devicemanagement/zebra_fota_connector_connect_request_builder.go +++ b/devicemanagement/zebra_fota_connector_connect_request_builder.go @@ -31,7 +31,7 @@ func NewZebraFotaConnectorConnectRequestBuilder(rawUrl string, requestAdapter i2 return NewZebraFotaConnectorConnectRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action connect -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsConnectPostResponse instead. // returns a ZebraFotaConnectorConnectResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ZebraFotaConnectorConnectRequestBuilder) Post(ctx context.Context, requestConfiguration *ZebraFotaConnectorConnectRequestBuilderPostRequestConfiguration)(ZebraFotaConnectorConnectResponseable, error) { diff --git a/devicemanagement/zebra_fota_connector_connect_response.go b/devicemanagement/zebra_fota_connector_connect_response.go index 7e17b6a401f..5657a83ad71 100644 --- a/devicemanagement/zebra_fota_connector_connect_response.go +++ b/devicemanagement/zebra_fota_connector_connect_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorConnectPostResponseable instead. type ZebraFotaConnectorConnectResponse struct { ZebraFotaConnectorConnectPostResponse } @@ -20,7 +20,7 @@ func NewZebraFotaConnectorConnectResponse()(*ZebraFotaConnectorConnectResponse) func CreateZebraFotaConnectorConnectResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewZebraFotaConnectorConnectResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorConnectPostResponseable instead. type ZebraFotaConnectorConnectResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ZebraFotaConnectorConnectPostResponseable diff --git a/devicemanagement/zebra_fota_connector_disconnect_request_builder.go b/devicemanagement/zebra_fota_connector_disconnect_request_builder.go index 21ea2fcdd17..2958ff47097 100644 --- a/devicemanagement/zebra_fota_connector_disconnect_request_builder.go +++ b/devicemanagement/zebra_fota_connector_disconnect_request_builder.go @@ -31,7 +31,7 @@ func NewZebraFotaConnectorDisconnectRequestBuilder(rawUrl string, requestAdapter return NewZebraFotaConnectorDisconnectRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action disconnect -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsDisconnectPostResponse instead. // returns a ZebraFotaConnectorDisconnectResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ZebraFotaConnectorDisconnectRequestBuilder) Post(ctx context.Context, requestConfiguration *ZebraFotaConnectorDisconnectRequestBuilderPostRequestConfiguration)(ZebraFotaConnectorDisconnectResponseable, error) { diff --git a/devicemanagement/zebra_fota_connector_disconnect_response.go b/devicemanagement/zebra_fota_connector_disconnect_response.go index 486f094c8ca..d3aac7452f3 100644 --- a/devicemanagement/zebra_fota_connector_disconnect_response.go +++ b/devicemanagement/zebra_fota_connector_disconnect_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorDisconnectPostResponseable instead. type ZebraFotaConnectorDisconnectResponse struct { ZebraFotaConnectorDisconnectPostResponse } @@ -20,7 +20,7 @@ func NewZebraFotaConnectorDisconnectResponse()(*ZebraFotaConnectorDisconnectResp func CreateZebraFotaConnectorDisconnectResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewZebraFotaConnectorDisconnectResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorDisconnectPostResponseable instead. type ZebraFotaConnectorDisconnectResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ZebraFotaConnectorDisconnectPostResponseable diff --git a/devicemanagement/zebra_fota_connector_has_active_deployments_request_builder.go b/devicemanagement/zebra_fota_connector_has_active_deployments_request_builder.go index 699023e685d..b0b9f83e53b 100644 --- a/devicemanagement/zebra_fota_connector_has_active_deployments_request_builder.go +++ b/devicemanagement/zebra_fota_connector_has_active_deployments_request_builder.go @@ -31,7 +31,7 @@ func NewZebraFotaConnectorHasActiveDeploymentsRequestBuilder(rawUrl string, requ return NewZebraFotaConnectorHasActiveDeploymentsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasActiveDeployments -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasActiveDeploymentsPostResponse instead. // returns a ZebraFotaConnectorHasActiveDeploymentsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ZebraFotaConnectorHasActiveDeploymentsRequestBuilder) Post(ctx context.Context, requestConfiguration *ZebraFotaConnectorHasActiveDeploymentsRequestBuilderPostRequestConfiguration)(ZebraFotaConnectorHasActiveDeploymentsResponseable, error) { diff --git a/devicemanagement/zebra_fota_connector_has_active_deployments_response.go b/devicemanagement/zebra_fota_connector_has_active_deployments_response.go index 275764d7fec..a97d9785a15 100644 --- a/devicemanagement/zebra_fota_connector_has_active_deployments_response.go +++ b/devicemanagement/zebra_fota_connector_has_active_deployments_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorHasActiveDeploymentsPostResponseable instead. type ZebraFotaConnectorHasActiveDeploymentsResponse struct { ZebraFotaConnectorHasActiveDeploymentsPostResponse } @@ -20,7 +20,7 @@ func NewZebraFotaConnectorHasActiveDeploymentsResponse()(*ZebraFotaConnectorHasA func CreateZebraFotaConnectorHasActiveDeploymentsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewZebraFotaConnectorHasActiveDeploymentsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaConnectorHasActiveDeploymentsPostResponseable instead. type ZebraFotaConnectorHasActiveDeploymentsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ZebraFotaConnectorHasActiveDeploymentsPostResponseable diff --git a/devicemanagement/zebra_fota_deployments_item_cancel_request_builder.go b/devicemanagement/zebra_fota_deployments_item_cancel_request_builder.go index da7c72b4f42..2eb7a6fcdda 100644 --- a/devicemanagement/zebra_fota_deployments_item_cancel_request_builder.go +++ b/devicemanagement/zebra_fota_deployments_item_cancel_request_builder.go @@ -31,7 +31,7 @@ func NewZebraFotaDeploymentsItemCancelRequestBuilder(rawUrl string, requestAdapt return NewZebraFotaDeploymentsItemCancelRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action cancel -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCancelPostResponse instead. // returns a ZebraFotaDeploymentsItemCancelResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ZebraFotaDeploymentsItemCancelRequestBuilder) Post(ctx context.Context, requestConfiguration *ZebraFotaDeploymentsItemCancelRequestBuilderPostRequestConfiguration)(ZebraFotaDeploymentsItemCancelResponseable, error) { diff --git a/devicemanagement/zebra_fota_deployments_item_cancel_response.go b/devicemanagement/zebra_fota_deployments_item_cancel_response.go index 4181877d774..bda2fa942e4 100644 --- a/devicemanagement/zebra_fota_deployments_item_cancel_response.go +++ b/devicemanagement/zebra_fota_deployments_item_cancel_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaDeploymentsItemCancelPostResponseable instead. type ZebraFotaDeploymentsItemCancelResponse struct { ZebraFotaDeploymentsItemCancelPostResponse } @@ -20,7 +20,7 @@ func NewZebraFotaDeploymentsItemCancelResponse()(*ZebraFotaDeploymentsItemCancel func CreateZebraFotaDeploymentsItemCancelResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewZebraFotaDeploymentsItemCancelResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ZebraFotaDeploymentsItemCancelPostResponseable instead. type ZebraFotaDeploymentsItemCancelResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ZebraFotaDeploymentsItemCancelPostResponseable diff --git a/devices/delta_request_builder.go b/devices/delta_request_builder.go index fd7cc325e78..b72d2285f02 100644 --- a/devices/delta_request_builder.go +++ b/devices/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/devices/delta_response.go b/devices/delta_response.go index bab4406fbaa..dda8cfabb4a 100644 --- a/devices/delta_response.go +++ b/devices/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devices/devices_request_builder.go b/devices/devices_request_builder.go index 97e0736e0ae..11c026941b3 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 devices registered in the directory. +// DevicesRequestBuilderGetQueryParameters retrieve a list of devices registered in the directory. type DevicesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -81,7 +81,7 @@ func (m *DevicesRequestBuilder) Count()(*CountRequestBuilder) { func (m *DevicesRequestBuilder) Delta()(*DeltaRequestBuilder) { return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get retrieve a list of devices registered in the directory. +// Get retrieve a list of devices registered in the directory. // returns a DeviceCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -137,7 +137,7 @@ func (m *DevicesRequestBuilder) Post(ctx context.Context, body ie233ee762e29b4ba } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Deviceable), nil } -// ToGetRequestInformation retrieve a list of devices registered in the directory. +// ToGetRequestInformation retrieve a list of devices registered in the directory. // returns a *RequestInformation when successful func (m *DevicesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DevicesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/devices/get_by_ids_request_builder.go b/devices/get_by_ids_request_builder.go index efb3287eff3..d390596b972 100644 --- a/devices/get_by_ids_request_builder.go +++ b/devices/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/devices/get_by_ids_response.go b/devices/get_by_ids_response.go index a4564b49950..5bed92a2b97 100644 --- a/devices/get_by_ids_response.go +++ b/devices/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devices/item_check_member_groups_request_builder.go b/devices/item_check_member_groups_request_builder.go index 9605ca9bdb1..281b9c36ab8 100644 --- a/devices/item_check_member_groups_request_builder.go +++ b/devices/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/devices/item_check_member_groups_response.go b/devices/item_check_member_groups_response.go index 89619569356..55e6682df7b 100644 --- a/devices/item_check_member_groups_response.go +++ b/devices/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devices/item_check_member_objects_request_builder.go b/devices/item_check_member_objects_request_builder.go index 56f9d8d246e..755e32cef76 100644 --- a/devices/item_check_member_objects_request_builder.go +++ b/devices/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/devices/item_check_member_objects_response.go b/devices/item_check_member_objects_response.go index 499ecc02913..2571f61f76f 100644 --- a/devices/item_check_member_objects_response.go +++ b/devices/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devices/item_get_member_groups_request_builder.go b/devices/item_get_member_groups_request_builder.go index 16a513be42f..8a05ff6e4ef 100644 --- a/devices/item_get_member_groups_request_builder.go +++ b/devices/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/devices/item_get_member_groups_response.go b/devices/item_get_member_groups_response.go index 0045940da35..7a009edbc0a 100644 --- a/devices/item_get_member_groups_response.go +++ b/devices/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/devices/item_get_member_objects_request_builder.go b/devices/item_get_member_objects_request_builder.go index 8bb2a2c2041..3f77b1c6ef5 100644 --- a/devices/item_get_member_objects_request_builder.go +++ b/devices/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/devices/item_get_member_objects_response.go b/devices/item_get_member_objects_response.go index ec0cda2c23a..370318451d0 100644 --- a/devices/item_get_member_objects_response.go +++ b/devices/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directory/administrative_units_delta_request_builder.go b/directory/administrative_units_delta_request_builder.go index 2eae46f7e53..e621e45fbba 100644 --- a/directory/administrative_units_delta_request_builder.go +++ b/directory/administrative_units_delta_request_builder.go @@ -52,7 +52,7 @@ func NewAdministrativeUnitsDeltaRequestBuilder(rawUrl string, requestAdapter i2a return NewAdministrativeUnitsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a AdministrativeUnitsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AdministrativeUnitsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *AdministrativeUnitsDeltaRequestBuilderGetRequestConfiguration)(AdministrativeUnitsDeltaResponseable, error) { diff --git a/directory/administrative_units_delta_response.go b/directory/administrative_units_delta_response.go index d9b8d301af4..b1a260afb08 100644 --- a/directory/administrative_units_delta_response.go +++ b/directory/administrative_units_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AdministrativeUnitsDeltaGetResponseable instead. type AdministrativeUnitsDeltaResponse struct { AdministrativeUnitsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewAdministrativeUnitsDeltaResponse()(*AdministrativeUnitsDeltaResponse) { func CreateAdministrativeUnitsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAdministrativeUnitsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AdministrativeUnitsDeltaGetResponseable instead. type AdministrativeUnitsDeltaResponseable interface { AdministrativeUnitsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directory/deleted_items_directory_object_item_request_builder.go b/directory/deleted_items_directory_object_item_request_builder.go index fd0fdc40c7b..9955f589e2e 100644 --- a/directory/deleted_items_directory_object_item_request_builder.go +++ b/directory/deleted_items_directory_object_item_request_builder.go @@ -11,6 +11,13 @@ import ( type DeletedItemsDirectoryObjectItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } +// DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options. +type DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration struct { + // Request headers + Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders + // Request options + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption +} // DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters recently deleted items. Read-only. Nullable. type DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters struct { // Expand related entities @@ -50,6 +57,22 @@ func NewDeletedItemsDirectoryObjectItemRequestBuilder(rawUrl string, requestAdap urlParams["request-raw-url"] = rawUrl return NewDeletedItemsDirectoryObjectItemRequestBuilderInternal(urlParams, requestAdapter) } +// Delete delete navigation property deletedItems for directory +// returns a ODataError error when the service returns a 4XX or 5XX status code +func (m *DeletedItemsDirectoryObjectItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration)(error) { + requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); + if err != nil { + return err + } + errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings { + "XXX": i20a3050780ee0b0cde0a884a4f35429a20d60067e3bcda382ec5400079147459.CreateODataErrorFromDiscriminatorValue, + } + err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping) + if err != nil { + return err + } + return nil +} // Get recently deleted items. Read-only. Nullable. // returns a DirectoryObjectable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code @@ -115,6 +138,17 @@ func (m *DeletedItemsDirectoryObjectItemRequestBuilder) GraphUser()(*DeletedItem func (m *DeletedItemsDirectoryObjectItemRequestBuilder) Restore()(*DeletedItemsItemRestoreRequestBuilder) { return NewDeletedItemsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } +// ToDeleteRequestInformation delete navigation property deletedItems for directory +// returns a *RequestInformation when successful +func (m *DeletedItemsDirectoryObjectItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { + requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}", m.BaseRequestBuilder.PathParameters) + if requestConfiguration != nil { + requestInfo.Headers.AddAll(requestConfiguration.Headers) + requestInfo.AddRequestOptions(requestConfiguration.Options) + } + requestInfo.Headers.TryAdd("Accept", "application/json") + return requestInfo, nil +} // ToGetRequestInformation recently deleted items. Read-only. Nullable. // returns a *RequestInformation when successful func (m *DeletedItemsDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { diff --git a/directory/deleted_items_get_by_ids_request_builder.go b/directory/deleted_items_get_by_ids_request_builder.go index 979d2847502..40b55372031 100644 --- a/directory/deleted_items_get_by_ids_request_builder.go +++ b/directory/deleted_items_get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewDeletedItemsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewDeletedItemsGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a DeletedItemsGetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directory/deleted_items_get_by_ids_response.go b/directory/deleted_items_get_by_ids_response.go index cb3839039dc..c008a54c6d8 100644 --- a/directory/deleted_items_get_by_ids_response.go +++ b/directory/deleted_items_get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsGetByIdsPostResponseable instead. type DeletedItemsGetByIdsResponse struct { DeletedItemsGetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewDeletedItemsGetByIdsResponse()(*DeletedItemsGetByIdsResponse) { func CreateDeletedItemsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedItemsGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsGetByIdsPostResponseable instead. type DeletedItemsGetByIdsResponseable interface { DeletedItemsGetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directory/deleted_items_item_check_member_groups_request_builder.go b/directory/deleted_items_item_check_member_groups_request_builder.go index 7b65b2130aa..d34673f793c 100644 --- a/directory/deleted_items_item_check_member_groups_request_builder.go +++ b/directory/deleted_items_item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewDeletedItemsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAd 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a DeletedItemsItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directory/deleted_items_item_check_member_groups_response.go b/directory/deleted_items_item_check_member_groups_response.go index d23f62b7b6a..fdd9276bcba 100644 --- a/directory/deleted_items_item_check_member_groups_response.go +++ b/directory/deleted_items_item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberGroupsPostResponseable instead. type DeletedItemsItemCheckMemberGroupsResponse struct { DeletedItemsItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewDeletedItemsItemCheckMemberGroupsResponse()(*DeletedItemsItemCheckMember func CreateDeletedItemsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedItemsItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberGroupsPostResponseable instead. type DeletedItemsItemCheckMemberGroupsResponseable interface { DeletedItemsItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directory/deleted_items_item_check_member_objects_request_builder.go b/directory/deleted_items_item_check_member_objects_request_builder.go index 11b7fddbe90..551310164e2 100644 --- a/directory/deleted_items_item_check_member_objects_request_builder.go +++ b/directory/deleted_items_item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewDeletedItemsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestA return NewDeletedItemsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a DeletedItemsItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedItemsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body DeletedItemsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(DeletedItemsItemCheckMemberObjectsResponseable, error) { diff --git a/directory/deleted_items_item_check_member_objects_response.go b/directory/deleted_items_item_check_member_objects_response.go index 1da6dec54db..2e71e72619d 100644 --- a/directory/deleted_items_item_check_member_objects_response.go +++ b/directory/deleted_items_item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberObjectsPostResponseable instead. type DeletedItemsItemCheckMemberObjectsResponse struct { DeletedItemsItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewDeletedItemsItemCheckMemberObjectsResponse()(*DeletedItemsItemCheckMembe func CreateDeletedItemsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedItemsItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberObjectsPostResponseable instead. type DeletedItemsItemCheckMemberObjectsResponseable interface { DeletedItemsItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directory/deleted_items_item_get_member_groups_request_builder.go b/directory/deleted_items_item_get_member_groups_request_builder.go index 4ffdbe09d8e..98136427e66 100644 --- a/directory/deleted_items_item_get_member_groups_request_builder.go +++ b/directory/deleted_items_item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewDeletedItemsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdap 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a DeletedItemsItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directory/deleted_items_item_get_member_groups_response.go b/directory/deleted_items_item_get_member_groups_response.go index da3bb9f2306..538d0bd4d84 100644 --- a/directory/deleted_items_item_get_member_groups_response.go +++ b/directory/deleted_items_item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberGroupsPostResponseable instead. type DeletedItemsItemGetMemberGroupsResponse struct { DeletedItemsItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewDeletedItemsItemGetMemberGroupsResponse()(*DeletedItemsItemGetMemberGrou func CreateDeletedItemsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedItemsItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberGroupsPostResponseable instead. type DeletedItemsItemGetMemberGroupsResponseable interface { DeletedItemsItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directory/deleted_items_item_get_member_objects_request_builder.go b/directory/deleted_items_item_get_member_objects_request_builder.go index 9d65ab17709..87f80f8d829 100644 --- a/directory/deleted_items_item_get_member_objects_request_builder.go +++ b/directory/deleted_items_item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewDeletedItemsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAda return NewDeletedItemsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a DeletedItemsItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedItemsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body DeletedItemsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(DeletedItemsItemGetMemberObjectsResponseable, error) { diff --git a/directory/deleted_items_item_get_member_objects_response.go b/directory/deleted_items_item_get_member_objects_response.go index 85e73c3ca61..0e26be57e07 100644 --- a/directory/deleted_items_item_get_member_objects_response.go +++ b/directory/deleted_items_item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberObjectsPostResponseable instead. type DeletedItemsItemGetMemberObjectsResponse struct { DeletedItemsItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewDeletedItemsItemGetMemberObjectsResponse()(*DeletedItemsItemGetMemberObj func CreateDeletedItemsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedItemsItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberObjectsPostResponseable instead. type DeletedItemsItemGetMemberObjectsResponseable interface { DeletedItemsItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directory/federation_configurations_available_provider_types_request_builder.go b/directory/federation_configurations_available_provider_types_request_builder.go index 12cf1d70013..13f131f1016 100644 --- a/directory/federation_configurations_available_provider_types_request_builder.go +++ b/directory/federation_configurations_available_provider_types_request_builder.go @@ -46,7 +46,7 @@ func NewFederationConfigurationsAvailableProviderTypesRequestBuilder(rawUrl stri return NewFederationConfigurationsAvailableProviderTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function availableProviderTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead. // returns a FederationConfigurationsAvailableProviderTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *FederationConfigurationsAvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *FederationConfigurationsAvailableProviderTypesRequestBuilderGetRequestConfiguration)(FederationConfigurationsAvailableProviderTypesResponseable, error) { diff --git a/directory/federation_configurations_available_provider_types_response.go b/directory/federation_configurations_available_provider_types_response.go index 064c34256a6..b4d50d48b17 100644 --- a/directory/federation_configurations_available_provider_types_response.go +++ b/directory/federation_configurations_available_provider_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use FederationConfigurationsAvailableProviderTypesGetResponseable instead. type FederationConfigurationsAvailableProviderTypesResponse struct { FederationConfigurationsAvailableProviderTypesGetResponse } @@ -20,7 +20,7 @@ func NewFederationConfigurationsAvailableProviderTypesResponse()(*FederationConf func CreateFederationConfigurationsAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewFederationConfigurationsAvailableProviderTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use FederationConfigurationsAvailableProviderTypesGetResponseable instead. type FederationConfigurationsAvailableProviderTypesResponseable interface { FederationConfigurationsAvailableProviderTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryobjects/delta_request_builder.go b/directoryobjects/delta_request_builder.go index 98b8eedf297..abfaf855980 100644 --- a/directoryobjects/delta_request_builder.go +++ b/directoryobjects/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/directoryobjects/delta_response.go b/directoryobjects/delta_response.go index 27d1906a2dd..e02656283c9 100644 --- a/directoryobjects/delta_response.go +++ b/directoryobjects/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryobjects/get_by_ids_request_builder.go b/directoryobjects/get_by_ids_request_builder.go index ff4301a7796..a3d76122aa0 100644 --- a/directoryobjects/get_by_ids_request_builder.go +++ b/directoryobjects/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryobjects/get_by_ids_response.go b/directoryobjects/get_by_ids_response.go index 81750c76217..9a9f2f08409 100644 --- a/directoryobjects/get_by_ids_response.go +++ b/directoryobjects/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryobjects/item_check_member_groups_request_builder.go b/directoryobjects/item_check_member_groups_request_builder.go index 69f02ae2c1a..680cd423822 100644 --- a/directoryobjects/item_check_member_groups_request_builder.go +++ b/directoryobjects/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryobjects/item_check_member_groups_response.go b/directoryobjects/item_check_member_groups_response.go index 583db46af1c..40bbee82938 100644 --- a/directoryobjects/item_check_member_groups_response.go +++ b/directoryobjects/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryobjects/item_check_member_objects_request_builder.go b/directoryobjects/item_check_member_objects_request_builder.go index 783bc93f20a..2fac76ae515 100644 --- a/directoryobjects/item_check_member_objects_request_builder.go +++ b/directoryobjects/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/directoryobjects/item_check_member_objects_response.go b/directoryobjects/item_check_member_objects_response.go index f3b704e9009..16af6a05c89 100644 --- a/directoryobjects/item_check_member_objects_response.go +++ b/directoryobjects/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryobjects/item_get_member_groups_request_builder.go b/directoryobjects/item_get_member_groups_request_builder.go index 2da4ce9cb53..45dec014a89 100644 --- a/directoryobjects/item_get_member_groups_request_builder.go +++ b/directoryobjects/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryobjects/item_get_member_groups_response.go b/directoryobjects/item_get_member_groups_response.go index 43fe457e5a5..4476e99aaaf 100644 --- a/directoryobjects/item_get_member_groups_response.go +++ b/directoryobjects/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryobjects/item_get_member_objects_request_builder.go b/directoryobjects/item_get_member_objects_request_builder.go index 90beccf9ab9..081b1ad1277 100644 --- a/directoryobjects/item_get_member_objects_request_builder.go +++ b/directoryobjects/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/directoryobjects/item_get_member_objects_response.go b/directoryobjects/item_get_member_objects_response.go index ffa73accc0c..b5195c34ff6 100644 --- a/directoryobjects/item_get_member_objects_response.go +++ b/directoryobjects/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroles/delta_request_builder.go b/directoryroles/delta_request_builder.go index 45191e87af9..b7c4b8c4eaf 100644 --- a/directoryroles/delta_request_builder.go +++ b/directoryroles/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/directoryroles/delta_response.go b/directoryroles/delta_response.go index 917a7fe6411..f781b62043f 100644 --- a/directoryroles/delta_response.go +++ b/directoryroles/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroles/get_by_ids_request_builder.go b/directoryroles/get_by_ids_request_builder.go index a00c03c07bb..5341ee570dc 100644 --- a/directoryroles/get_by_ids_request_builder.go +++ b/directoryroles/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryroles/get_by_ids_response.go b/directoryroles/get_by_ids_response.go index 408bde521ab..f5da65129eb 100644 --- a/directoryroles/get_by_ids_response.go +++ b/directoryroles/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroles/item_check_member_groups_request_builder.go b/directoryroles/item_check_member_groups_request_builder.go index 6694e59ad76..1f7159a4b39 100644 --- a/directoryroles/item_check_member_groups_request_builder.go +++ b/directoryroles/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryroles/item_check_member_groups_response.go b/directoryroles/item_check_member_groups_response.go index e1c6aec30ec..7d0cbae9745 100644 --- a/directoryroles/item_check_member_groups_response.go +++ b/directoryroles/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroles/item_check_member_objects_request_builder.go b/directoryroles/item_check_member_objects_request_builder.go index 38a9a3890a2..c34713061ad 100644 --- a/directoryroles/item_check_member_objects_request_builder.go +++ b/directoryroles/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/directoryroles/item_check_member_objects_response.go b/directoryroles/item_check_member_objects_response.go index 2bcccfc9202..733bcde17eb 100644 --- a/directoryroles/item_check_member_objects_response.go +++ b/directoryroles/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroles/item_get_member_groups_request_builder.go b/directoryroles/item_get_member_groups_request_builder.go index e952f589055..8407e0db81d 100644 --- a/directoryroles/item_get_member_groups_request_builder.go +++ b/directoryroles/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryroles/item_get_member_groups_response.go b/directoryroles/item_get_member_groups_response.go index b66985929bd..6decc27b1c3 100644 --- a/directoryroles/item_get_member_groups_response.go +++ b/directoryroles/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroles/item_get_member_objects_request_builder.go b/directoryroles/item_get_member_objects_request_builder.go index 7eaa7b9bb79..8bba995e254 100644 --- a/directoryroles/item_get_member_objects_request_builder.go +++ b/directoryroles/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/directoryroles/item_get_member_objects_response.go b/directoryroles/item_get_member_objects_response.go index 5a9315b67ec..39326ab73e1 100644 --- a/directoryroles/item_get_member_objects_response.go +++ b/directoryroles/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroletemplates/delta_request_builder.go b/directoryroletemplates/delta_request_builder.go index ffa1b54ca01..080117d2b77 100644 --- a/directoryroletemplates/delta_request_builder.go +++ b/directoryroletemplates/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/directoryroletemplates/delta_response.go b/directoryroletemplates/delta_response.go index 20506f8cb81..bcbf4c793b7 100644 --- a/directoryroletemplates/delta_response.go +++ b/directoryroletemplates/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroletemplates/get_by_ids_request_builder.go b/directoryroletemplates/get_by_ids_request_builder.go index 7a2b08fb073..0497d0546a0 100644 --- a/directoryroletemplates/get_by_ids_request_builder.go +++ b/directoryroletemplates/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryroletemplates/get_by_ids_response.go b/directoryroletemplates/get_by_ids_response.go index 62d5c6b9232..119664f6a51 100644 --- a/directoryroletemplates/get_by_ids_response.go +++ b/directoryroletemplates/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroletemplates/item_check_member_groups_request_builder.go b/directoryroletemplates/item_check_member_groups_request_builder.go index 7082be56be1..88e14caf38e 100644 --- a/directoryroletemplates/item_check_member_groups_request_builder.go +++ b/directoryroletemplates/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryroletemplates/item_check_member_groups_response.go b/directoryroletemplates/item_check_member_groups_response.go index 94f1ded58d7..ee2439156ca 100644 --- a/directoryroletemplates/item_check_member_groups_response.go +++ b/directoryroletemplates/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroletemplates/item_check_member_objects_request_builder.go b/directoryroletemplates/item_check_member_objects_request_builder.go index 9d70edc034c..77cc2650b16 100644 --- a/directoryroletemplates/item_check_member_objects_request_builder.go +++ b/directoryroletemplates/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/directoryroletemplates/item_check_member_objects_response.go b/directoryroletemplates/item_check_member_objects_response.go index d37db2cbb4b..6335d351ac4 100644 --- a/directoryroletemplates/item_check_member_objects_response.go +++ b/directoryroletemplates/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroletemplates/item_get_member_groups_request_builder.go b/directoryroletemplates/item_get_member_groups_request_builder.go index acf53a0bff1..740c20abbc9 100644 --- a/directoryroletemplates/item_get_member_groups_request_builder.go +++ b/directoryroletemplates/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directoryroletemplates/item_get_member_groups_response.go b/directoryroletemplates/item_get_member_groups_response.go index f3e2e358acd..cd51414fc6d 100644 --- a/directoryroletemplates/item_get_member_groups_response.go +++ b/directoryroletemplates/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directoryroletemplates/item_get_member_objects_request_builder.go b/directoryroletemplates/item_get_member_objects_request_builder.go index 2a653f108da..3211ee2aefb 100644 --- a/directoryroletemplates/item_get_member_objects_request_builder.go +++ b/directoryroletemplates/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/directoryroletemplates/item_get_member_objects_response.go b/directoryroletemplates/item_get_member_objects_response.go index 52fc87cbfae..7d4b290d830 100644 --- a/directoryroletemplates/item_get_member_objects_response.go +++ b/directoryroletemplates/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directorysettingtemplates/delta_request_builder.go b/directorysettingtemplates/delta_request_builder.go index 33578ebc795..c2620847451 100644 --- a/directorysettingtemplates/delta_request_builder.go +++ b/directorysettingtemplates/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/directorysettingtemplates/delta_response.go b/directorysettingtemplates/delta_response.go index 1ba4497739d..fb97035d0f5 100644 --- a/directorysettingtemplates/delta_response.go +++ b/directorysettingtemplates/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directorysettingtemplates/get_by_ids_request_builder.go b/directorysettingtemplates/get_by_ids_request_builder.go index 93137332243..fbf749f6870 100644 --- a/directorysettingtemplates/get_by_ids_request_builder.go +++ b/directorysettingtemplates/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directorysettingtemplates/get_by_ids_response.go b/directorysettingtemplates/get_by_ids_response.go index a22a74876d1..1872fea8e5e 100644 --- a/directorysettingtemplates/get_by_ids_response.go +++ b/directorysettingtemplates/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directorysettingtemplates/item_check_member_groups_request_builder.go b/directorysettingtemplates/item_check_member_groups_request_builder.go index 5c8eb9894e0..f838cd3603e 100644 --- a/directorysettingtemplates/item_check_member_groups_request_builder.go +++ b/directorysettingtemplates/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directorysettingtemplates/item_check_member_groups_response.go b/directorysettingtemplates/item_check_member_groups_response.go index e3d7dda6e26..c74a2ad7658 100644 --- a/directorysettingtemplates/item_check_member_groups_response.go +++ b/directorysettingtemplates/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directorysettingtemplates/item_check_member_objects_request_builder.go b/directorysettingtemplates/item_check_member_objects_request_builder.go index 1cfc6b4f8f3..97dfc2e952f 100644 --- a/directorysettingtemplates/item_check_member_objects_request_builder.go +++ b/directorysettingtemplates/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/directorysettingtemplates/item_check_member_objects_response.go b/directorysettingtemplates/item_check_member_objects_response.go index 4927bc83265..b91a21d18de 100644 --- a/directorysettingtemplates/item_check_member_objects_response.go +++ b/directorysettingtemplates/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directorysettingtemplates/item_get_member_groups_request_builder.go b/directorysettingtemplates/item_get_member_groups_request_builder.go index b51087adef0..06a3f776043 100644 --- a/directorysettingtemplates/item_get_member_groups_request_builder.go +++ b/directorysettingtemplates/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/directorysettingtemplates/item_get_member_groups_response.go b/directorysettingtemplates/item_get_member_groups_response.go index e4b63f92e4e..e5946bbc496 100644 --- a/directorysettingtemplates/item_get_member_groups_response.go +++ b/directorysettingtemplates/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/directorysettingtemplates/item_get_member_objects_request_builder.go b/directorysettingtemplates/item_get_member_objects_request_builder.go index d5b2b4c3999..54883aef19d 100644 --- a/directorysettingtemplates/item_get_member_objects_request_builder.go +++ b/directorysettingtemplates/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/directorysettingtemplates/item_get_member_objects_response.go b/directorysettingtemplates/item_get_member_objects_response.go index d3b6ac88a00..c851959475d 100644 --- a/directorysettingtemplates/item_get_member_objects_response.go +++ b/directorysettingtemplates/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/domains/item_promote_request_builder.go b/domains/item_promote_request_builder.go index 237791a3b4e..fbc71840138 100644 --- a/domains/item_promote_request_builder.go +++ b/domains/item_promote_request_builder.go @@ -31,7 +31,7 @@ func NewItemPromoteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26 return NewItemPromoteRequestBuilderInternal(urlParams, requestAdapter) } // Post promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsPromotePostResponse instead. // returns a ItemPromoteResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/domains/item_promote_response.go b/domains/item_promote_response.go index ccbd6f5ff82..eaab5e5b91f 100644 --- a/domains/item_promote_response.go +++ b/domains/item_promote_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPromotePostResponseable instead. type ItemPromoteResponse struct { ItemPromotePostResponse } @@ -20,7 +20,7 @@ func NewItemPromoteResponse()(*ItemPromoteResponse) { func CreateItemPromoteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPromoteResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPromotePostResponseable instead. type ItemPromoteResponseable interface { ItemPromotePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_drive_item_item_request_builder.go b/drives/item_items_drive_item_item_request_builder.go index 102dac8ca81..4d19ebdc881 100644 --- a/drives/item_items_drive_item_item_request_builder.go +++ b/drives/item_items_drive_item_item_request_builder.go @@ -188,12 +188,12 @@ 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. +// 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. // returns a DriveItemable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.DriveItemable, requestConfiguration *ItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.DriveItemable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -276,7 +276,7 @@ func (m *ItemItemsDriveItemItemRequestBuilder) ToGetRequestInformation(ctx conte requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// 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. // returns a *RequestInformation when successful func (m *ItemItemsDriveItemItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.DriveItemable, requestConfiguration *ItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/drives/item_items_item_delta_request_builder.go b/drives/item_items_item_delta_request_builder.go index 4ff672a0c2d..af96bb2b487 100644 --- a/drives/item_items_item_delta_request_builder.go +++ b/drives/item_items_item_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemItemsItemDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f return NewItemItemsItemDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemItemsItemDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemDeltaRequestBuilderGetRequestConfiguration)(ItemItemsItemDeltaResponseable, error) { diff --git a/drives/item_items_item_delta_response.go b/drives/item_items_item_delta_response.go index 6aa548c4b6c..19ee0e02679 100644 --- a/drives/item_items_item_delta_response.go +++ b/drives/item_items_item_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemDeltaGetResponseable instead. type ItemItemsItemDeltaResponse struct { ItemItemsItemDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemDeltaResponse()(*ItemItemsItemDeltaResponse) { func CreateItemItemsItemDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemDeltaGetResponseable instead. type ItemItemsItemDeltaResponseable interface { ItemItemsItemDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_delta_with_token_request_builder.go b/drives/item_items_item_delta_with_token_request_builder.go index d40d06a52ca..d65ab4a3874 100644 --- a/drives/item_items_item_delta_with_token_request_builder.go +++ b/drives/item_items_item_delta_with_token_request_builder.go @@ -55,7 +55,7 @@ func NewItemItemsItemDeltaWithTokenRequestBuilder(rawUrl string, requestAdapter return NewItemItemsItemDeltaWithTokenRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaWithTokenGetResponse instead. // returns a ItemItemsItemDeltaWithTokenResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemDeltaWithTokenRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemDeltaWithTokenRequestBuilderGetRequestConfiguration)(ItemItemsItemDeltaWithTokenResponseable, error) { diff --git a/drives/item_items_item_delta_with_token_response.go b/drives/item_items_item_delta_with_token_response.go index e09f4b467cf..b5eef0bbbe4 100644 --- a/drives/item_items_item_delta_with_token_response.go +++ b/drives/item_items_item_delta_with_token_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemDeltaWithTokenGetResponseable instead. type ItemItemsItemDeltaWithTokenResponse struct { ItemItemsItemDeltaWithTokenGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemDeltaWithTokenResponse()(*ItemItemsItemDeltaWithTokenRespon func CreateItemItemsItemDeltaWithTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemDeltaWithTokenResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemDeltaWithTokenGetResponseable instead. type ItemItemsItemDeltaWithTokenResponseable interface { ItemItemsItemDeltaWithTokenGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index 739325a27ec..6a847b662e1 100644 --- a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith return NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index 21d5bfa0f6b..a1bc0dcd603 100644 --- a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith func CreateItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_invite_request_builder.go b/drives/item_items_item_invite_request_builder.go index 814b91e8046..842a44ffb98 100644 --- a/drives/item_items_item_invite_request_builder.go +++ b/drives/item_items_item_invite_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemInviteRequestBuilder(rawUrl string, requestAdapter i2ae4187 return NewItemItemsItemInviteRequestBuilderInternal(urlParams, requestAdapter) } // Post sends a sharing invitation for a DriveItem.A sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsInvitePostResponse instead. // returns a ItemItemsItemInviteResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/drives/item_items_item_invite_response.go b/drives/item_items_item_invite_response.go index abfbb908718..e010fe350b8 100644 --- a/drives/item_items_item_invite_response.go +++ b/drives/item_items_item_invite_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemInvitePostResponseable instead. type ItemItemsItemInviteResponse struct { ItemItemsItemInvitePostResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemInviteResponse()(*ItemItemsItemInviteResponse) { func CreateItemItemsItemInviteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemInviteResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemInvitePostResponseable instead. type ItemItemsItemInviteResponseable interface { ItemItemsItemInvitePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 d146e8ce2eb..af40636a140 100644 --- a/drives/item_items_item_permissions_item_grant_request_builder.go +++ b/drives/item_items_item_permissions_item_grant_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAd return NewItemItemsItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter) } // Post grant users access to a link represented by a [permission][]. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead. // returns a ItemItemsItemPermissionsItemGrantResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/drives/item_items_item_permissions_item_grant_response.go b/drives/item_items_item_permissions_item_grant_response.go index 30b452724fa..2cbed82fdc6 100644 --- a/drives/item_items_item_permissions_item_grant_response.go +++ b/drives/item_items_item_permissions_item_grant_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemPermissionsItemGrantPostResponseable instead. type ItemItemsItemPermissionsItemGrantResponse struct { ItemItemsItemPermissionsItemGrantPostResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemPermissionsItemGrantResponse()(*ItemItemsItemPermissionsIte func CreateItemItemsItemPermissionsItemGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemPermissionsItemGrantResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemPermissionsItemGrantPostResponseable instead. type ItemItemsItemPermissionsItemGrantResponseable interface { ItemItemsItemPermissionsItemGrantPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_retention_label_request_builder.go b/drives/item_items_item_retention_label_request_builder.go index 628b80351b2..c47a91c28c2 100644 --- a/drives/item_items_item_retention_label_request_builder.go +++ b/drives/item_items_item_retention_label_request_builder.go @@ -93,12 +93,12 @@ func (m *ItemItemsItemRetentionLabelRequestBuilder) Get(ctx context.Context, req } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ItemRetentionLabelable), nil } -// Patch lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. +// Patch apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. // returns a ItemRetentionLabelable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0 func (m *ItemItemsItemRetentionLabelRequestBuilder) Patch(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ItemRetentionLabelable, requestConfiguration *ItemItemsItemRetentionLabelRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ItemRetentionLabelable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -141,7 +141,7 @@ func (m *ItemItemsItemRetentionLabelRequestBuilder) ToGetRequestInformation(ctx requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. +// ToPatchRequestInformation apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. // returns a *RequestInformation when successful func (m *ItemItemsItemRetentionLabelRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ItemRetentionLabelable, requestConfiguration *ItemItemsItemRetentionLabelRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/retentionLabel", m.BaseRequestBuilder.PathParameters) diff --git a/drives/item_items_item_search_with_q_request_builder.go b/drives/item_items_item_search_with_q_request_builder.go index a5dac86c171..d8509267892 100644 --- a/drives/item_items_item_search_with_q_request_builder.go +++ b/drives/item_items_item_search_with_q_request_builder.go @@ -55,7 +55,7 @@ func NewItemItemsItemSearchWithQRequestBuilder(rawUrl string, requestAdapter i2a return NewItemItemsItemSearchWithQRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function search -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSearchWithQGetResponse instead. // returns a ItemItemsItemSearchWithQResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemSearchWithQRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemSearchWithQRequestBuilderGetRequestConfiguration)(ItemItemsItemSearchWithQResponseable, error) { diff --git a/drives/item_items_item_search_with_q_response.go b/drives/item_items_item_search_with_q_response.go index af836776e7b..2b7fd68898b 100644 --- a/drives/item_items_item_search_with_q_response.go +++ b/drives/item_items_item_search_with_q_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemSearchWithQGetResponseable instead. type ItemItemsItemSearchWithQResponse struct { ItemItemsItemSearchWithQGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemSearchWithQResponse()(*ItemItemsItemSearchWithQResponse) { func CreateItemItemsItemSearchWithQResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemSearchWithQResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemSearchWithQGetResponseable instead. type ItemItemsItemSearchWithQResponseable interface { ItemItemsItemSearchWithQGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_request_builder.go b/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_request_builder.go index 6a71f137e3e..7f8db13435f 100644 --- a/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_request_builder.go +++ b/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountRequestBuild return NewItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_response.go b/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_response.go index f709a32239b..b4aec0f0df3 100644 --- a/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_response.go +++ b/drives/item_items_item_workbook_comments_item_replies_item_task_changes_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountResponse struct { ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountResponse()(* func CreateItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountResponseable interface { ItemItemsItemWorkbookCommentsItemRepliesItemTaskChangesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_request_builder.go b/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_request_builder.go index d13306b6d0b..6ac8a35bc7c 100644 --- a/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_request_builder.go +++ b/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountR return NewItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_response.go b/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_response.go index e749c739776..61e22dbdbd9 100644 --- a/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_response.go +++ b/drives/item_items_item_workbook_comments_item_replies_item_task_comment_task_changes_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountResponse struct { ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountR func CreateItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountResponseable interface { ItemItemsItemWorkbookCommentsItemRepliesItemTaskCommentTaskChangesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_comments_item_task_changes_count_request_builder.go b/drives/item_items_item_workbook_comments_item_task_changes_count_request_builder.go index b284f5ea27c..94c78b55d91 100644 --- a/drives/item_items_item_workbook_comments_item_task_changes_count_request_builder.go +++ b/drives/item_items_item_workbook_comments_item_task_changes_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookCommentsItemTaskChangesCountRequestBuilder(rawUrl s return NewItemItemsItemWorkbookCommentsItemTaskChangesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookCommentsItemTaskChangesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookCommentsItemTaskChangesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCommentsItemTaskChangesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookCommentsItemTaskChangesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_comments_item_task_changes_count_response.go b/drives/item_items_item_workbook_comments_item_task_changes_count_response.go index ccf9bcd4d45..08ec02dad1d 100644 --- a/drives/item_items_item_workbook_comments_item_task_changes_count_response.go +++ b/drives/item_items_item_workbook_comments_item_task_changes_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemTaskChangesCountResponse struct { ItemItemsItemWorkbookCommentsItemTaskChangesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookCommentsItemTaskChangesCountResponse()(*ItemItemsIt func CreateItemItemsItemWorkbookCommentsItemTaskChangesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookCommentsItemTaskChangesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemTaskChangesCountResponseable interface { ItemItemsItemWorkbookCommentsItemTaskChangesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_request_builder.go b/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_request_builder.go index 3125834dddf..c18cdf72db6 100644 --- a/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_request_builder.go +++ b/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountR return NewItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_response.go b/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_response.go index 2f740722098..89031911a69 100644 --- a/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_response.go +++ b/drives/item_items_item_workbook_comments_item_task_comment_replies_item_task_changes_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountResponse struct { ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountR func CreateItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountResponseable interface { ItemItemsItemWorkbookCommentsItemTaskCommentRepliesItemTaskChangesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 f5727b440df..47d17ad1076 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,12 +31,12 @@ func NewItemItemsItemWorkbookNamesItemRangeRequestBuilder(rawUrl string, request urlParams["request-raw-url"] = rawUrl return NewItemItemsItemWorkbookNamesItemRangeRequestBuilderInternal(urlParams, requestAdapter) } -// Get retrieve the properties and relationships of range object. +// Get returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. // returns a WorkbookRangeable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookRangeable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) Get(ctx context.Cont } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookRangeable), nil } -// ToGetRequestInformation retrieve the properties and relationships of range object. +// ToGetRequestInformation returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. // returns a *RequestInformation when successful func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookNamesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 e548d1f706c..c4b006a0c71 100644 --- a/drives/item_items_item_workbook_tables_add_request_builder.go +++ b/drives/item_items_item_workbook_tables_add_request_builder.go @@ -31,12 +31,12 @@ func NewItemItemsItemWorkbookTablesAddRequestBuilder(rawUrl string, requestAdapt urlParams["request-raw-url"] = rawUrl return NewItemItemsItemWorkbookTablesAddRequestBuilderInternal(urlParams, requestAdapter) } -// Post use this API to create a new Table. +// 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 thrown. // returns a WorkbookTableable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) Post(ctx context.Context, body ItemItemsItemWorkbookTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesAddRequestBuilderPostRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookTableable, error) { requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) Post(ctx context.Context, } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookTableable), nil } -// ToPostRequestInformation use this API to create a new Table. +// 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 thrown. // returns a *RequestInformation when successful func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/drives/item_items_item_workbook_tables_count_request_builder.go b/drives/item_items_item_workbook_tables_count_request_builder.go index a6c1ca4d460..86947942533 100644 --- a/drives/item_items_item_workbook_tables_count_request_builder.go +++ b/drives/item_items_item_workbook_tables_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesCountRequestBuilder(rawUrl string, requestAda return NewItemItemsItemWorkbookTablesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookTablesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookTablesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookTablesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_tables_count_response.go b/drives/item_items_item_workbook_tables_count_response.go index 5fd4b5389ad..afcc4f6037d 100644 --- a/drives/item_items_item_workbook_tables_count_response.go +++ b/drives/item_items_item_workbook_tables_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesCountGetResponseable instead. type ItemItemsItemWorkbookTablesCountResponse struct { ItemItemsItemWorkbookTablesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookTablesCountResponse()(*ItemItemsItemWorkbookTablesC func CreateItemItemsItemWorkbookTablesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookTablesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesCountGetResponseable instead. type ItemItemsItemWorkbookTablesCountResponseable interface { ItemItemsItemWorkbookTablesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go index 60a2408f9dc..3092fb69865 100644 --- a/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go +++ b/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsCountRequestBuilder(rawUrl string, return NewItemItemsItemWorkbookTablesItemColumnsCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookTablesItemColumnsCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookTablesItemColumnsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookTablesItemColumnsCountResponseable, error) { diff --git a/drives/item_items_item_workbook_tables_item_columns_count_response.go b/drives/item_items_item_workbook_tables_item_columns_count_response.go index 8f7850c6420..317ff3e711a 100644 --- a/drives/item_items_item_workbook_tables_item_columns_count_response.go +++ b/drives/item_items_item_workbook_tables_item_columns_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemColumnsCountGetResponseable instead. type ItemItemsItemWorkbookTablesItemColumnsCountResponse struct { ItemItemsItemWorkbookTablesItemColumnsCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsCountResponse()(*ItemItemsItemWork func CreateItemItemsItemWorkbookTablesItemColumnsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookTablesItemColumnsCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemColumnsCountGetResponseable instead. type ItemItemsItemWorkbookTablesItemColumnsCountResponseable interface { ItemItemsItemWorkbookTablesItemColumnsCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go b/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go index 588410d6e2e..3ff2ad187d7 100644 --- a/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go +++ b/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemRowsCountRequestBuilder(rawUrl string, re return NewItemItemsItemWorkbookTablesItemRowsCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookTablesItemRowsCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookTablesItemRowsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookTablesItemRowsCountResponseable, error) { diff --git a/drives/item_items_item_workbook_tables_item_rows_count_response.go b/drives/item_items_item_workbook_tables_item_rows_count_response.go index 46315b8d883..49e675b669e 100644 --- a/drives/item_items_item_workbook_tables_item_rows_count_response.go +++ b/drives/item_items_item_workbook_tables_item_rows_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemRowsCountGetResponseable instead. type ItemItemsItemWorkbookTablesItemRowsCountResponse struct { ItemItemsItemWorkbookTablesItemRowsCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookTablesItemRowsCountResponse()(*ItemItemsItemWorkboo func CreateItemItemsItemWorkbookTablesItemRowsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookTablesItemRowsCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemRowsCountGetResponseable instead. type ItemItemsItemWorkbookTablesItemRowsCountResponseable interface { ItemItemsItemWorkbookTablesItemRowsCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_tables_request_builder.go b/drives/item_items_item_workbook_tables_request_builder.go index 7df6bf17cce..6624e9d64e8 100644 --- a/drives/item_items_item_workbook_tables_request_builder.go +++ b/drives/item_items_item_workbook_tables_request_builder.go @@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookTablesRequestBuilder) Count()(*ItemItemsItemWorkbo // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/table-list?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-list-tables?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookTablesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookTableCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go index 13a01349555..3c3b61e5842 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilder(rawUrl stri return NewItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_count_response.go b/drives/item_items_item_workbook_worksheets_item_charts_count_response.go index fe8ddf890f6..d0dc9c1148a 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsCountResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsCountResponse()(*ItemItemsItemW func CreateItemItemsItemWorkbookWorksheetsItemChartsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go index 6c0053bbef9..3b928dec9e0 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuil return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go index ed14f85507d..0afbf251515 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponse()( func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go index 5cb32d4aff4..bf9d2c0bb05 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go @@ -35,7 +35,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRe return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go index 5c4cf3a0cf6..26e2a4bd942 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRe func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go index ce78c289a88..4e82c9c1c02 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go @@ -38,7 +38,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go index 037c9a40682..0c1926d1647 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go index 0099a6b7125..0882cde1537 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go @@ -41,7 +41,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightWithFittingModeGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go index 86fa4b6dcf7..a09078e8dd9 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_series_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_series_request_builder.go index bf2898dedf1..ca1faea58f7 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_series_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_series_request_builder.go @@ -64,7 +64,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexSeriesRequestBui // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexSeriesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexSeriesRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartSeriesCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go index 60da1f4d5eb..4f5cdcc4839 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilder(rawUrl return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go index 86afacf7fb1..ee4d060d712 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageResponse()(*ItemItemsI func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go index c85ad7aeb73..71ad41b242d 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go @@ -35,7 +35,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilde return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go index 83ab900c058..c078374e475 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponse()(*I func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go index 1580a900668..55eed870072 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go @@ -38,7 +38,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightReq return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go index c93eb2180e9..4c20664b53f 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRes func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go index cd0aebff757..c52e9de15c3 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go @@ -41,7 +41,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWit return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightWithFittingModeGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go index ed1313254dd..b53fa0bb5aa 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWit func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go index 69cfd72daa2..7cde40c48e6 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilder(r return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go index 528999a4909..a8a8b925579 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponse()(*Item func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go index c594e722023..16c639f4e0f 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetQueryParameters retrieve a list of chartpoint objects. +// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetQueryParameters retrieve a list of chartpoints objects. type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -59,12 +59,12 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPoints urlParams["request-raw-url"] = rawUrl return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderInternal(urlParams, requestAdapter) } -// Get retrieve a list of chartpoint objects. +// Get retrieve a list of chartpoints objects. // returns a WorkbookChartPointCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/chartpoint-list?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartPointCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -105,7 +105,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPoint } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartPointable), nil } -// ToGetRequestInformation retrieve a list of chartpoint objects. +// ToGetRequestInformation retrieve a list of chartpoints objects. // returns a *RequestInformation when successful func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go index 4ee82c178ea..f1f1dc3fa33 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountReques return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go index 4000b3ff17f..9d3d799eaf4 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRespon func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 5d61efef48c..ac4e2692f52 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 chartpoint objects. +// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters retrieve a list of chartpoints objects. type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -76,12 +76,12 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuil func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilder) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get retrieve a list of chartpoint objects. +// Get retrieve a list of chartpoints objects. // returns a WorkbookChartPointCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/chartpoint-list?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartPointCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -127,7 +127,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBui } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartPointable), nil } -// ToGetRequestInformation retrieve a list of chartpoint objects. +// ToGetRequestInformation retrieve a list of chartpoints objects. // returns a *RequestInformation when successful func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 54c7f531bde..c9b1dd7df8d 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 @@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) Coun // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartSeriesCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go index 2a28a03a795..200a11d577b 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilder return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go index fab9eaa03c0..e6f6f426b7b 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponse()(*It func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go index 0e98fe4f150..4adb8a1759f 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go @@ -35,7 +35,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthReque return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go index 0d221c646ac..efba204af8d 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRespo func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go index fb22e2ffeb9..1dfa2ba038c 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go @@ -38,7 +38,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go index 65a704bd9f3..af9e660b456 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go index cecc0fb047c..f903027f35c 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go @@ -41,7 +41,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function image -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightWithFittingModeGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go index 830d86e2def..ca5bf9dd7a3 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponse struct { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseable interface { ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_series_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_series_request_builder.go index d7d1ce44133..b455a432b90 100644 --- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_series_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_series_request_builder.go @@ -64,7 +64,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameSeriesRequestBuilde // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameSeriesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameSeriesRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartSeriesCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { 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 63b61cf5f78..d20e5f05c61 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 @@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) Count()(*ItemI // returns a ODataError error when the service returns a 4XX or 5XX status code // [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)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookChartCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { 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 f14f5238965..a187320bea0 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,12 +31,12 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder(rawUrl s urlParams["request-raw-url"] = rawUrl return NewItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderInternal(urlParams, requestAdapter) } -// Get retrieve the properties and relationships of range object. +// Get returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. // returns a WorkbookRangeable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookRangeable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) Get(ct } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookRangeable), nil } -// ToGetRequestInformation retrieve the properties and relationships of range object. +// ToGetRequestInformation returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. // returns a *RequestInformation when successful func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 480b9bb25d0..0baf518b849 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,12 +31,12 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder(rawUrl string urlParams["request-raw-url"] = rawUrl return NewItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderInternal(urlParams, requestAdapter) } -// Post use this API to create a new Table. +// 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 thrown. // returns a WorkbookTableable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0 func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) Post(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderPostRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookTableable, error) { requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) Post(ctx co } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookTableable), nil } -// ToPostRequestInformation use this API to create a new Table. +// 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 thrown. // returns a *RequestInformation when successful func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go index 621c31a890e..b74760f7082 100644 --- a/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilder(rawUrl stri return NewItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemTablesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTablesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_tables_count_response.go b/drives/item_items_item_workbook_worksheets_item_tables_count_response.go index 4f5fe527381..916ab57b3aa 100644 --- a/drives/item_items_item_workbook_worksheets_item_tables_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_tables_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTablesCountResponse struct { ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesCountResponse()(*ItemItemsItemW func CreateItemItemsItemWorkbookWorksheetsItemTablesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemTablesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTablesCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go index 1ed3a090e7a..1ebcd764c26 100644 --- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilder( return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go index ceb2df84c7b..47031ce2635 100644 --- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponse struct { ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponse()(*Ite func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go index 754e8ce49d4..b7260369f4b 100644 --- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilder(raw return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go index ab87ba01921..113c6b26062 100644 --- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponse struct { ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponse()(*ItemIt func CreateItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tasks_count_request_builder.go index bc8e0b9b970..13c557851fa 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksCountRequestBuilder(rawUrl strin return NewItemItemsItemWorkbookWorksheetsItemTasksCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemTasksCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemTasksCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTasksCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTasksCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_count_response.go b/drives/item_items_item_workbook_worksheets_item_tasks_count_response.go index 5ec4d3d85cf..a74af47948b 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksCountResponse struct { ItemItemsItemWorkbookWorksheetsItemTasksCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksCountResponse()(*ItemItemsItemWo func CreateItemItemsItemWorkbookWorksheetsItemTasksCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemTasksCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemTasksCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_request_builder.go index e207579f661..fddbb85153f 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountRequestBuilder(r return NewItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_response.go b/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_response.go index d7907904d1d..255d457ebab 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_item_changes_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountResponse struct { ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountResponse()(*Item func CreateItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemTasksItemChangesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_request_builder.go index 8c6ca06f01d..b0b421e11b0 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChange return NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_response.go b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_response.go index 3b4a0761552..71fcda05786 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_replies_item_task_changes_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountResponse struct { ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChange func CreateItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemTasksItemCommentRepliesItemTaskChangesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_request_builder.go index 0e3a9a2ebf1..9f93f146b24 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_request_builder.go @@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountReque return NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function count -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead. // returns a ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountResponseable, error) { diff --git a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_response.go b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_response.go index 4c7fcc1f2d6..f3b5c78408c 100644 --- a/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_response.go +++ b/drives/item_items_item_workbook_worksheets_item_tasks_item_comment_task_changes_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountResponse struct { ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountGetResponse } @@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountRespo func CreateItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountGetResponseable instead. type ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountResponseable interface { ItemItemsItemWorkbookWorksheetsItemTasksItemCommentTaskChangesCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_items_item_workbook_worksheets_request_builder.go b/drives/item_items_item_workbook_worksheets_request_builder.go index 854508be538..ae5a2bf7127 100644 --- a/drives/item_items_item_workbook_worksheets_request_builder.go +++ b/drives/item_items_item_workbook_worksheets_request_builder.go @@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookWorksheetsRequestBuilder) Count()(*ItemItemsItemWo // returns a ODataError error when the service returns a 4XX or 5XX status code // [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)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.WorkbookWorksheetCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { diff --git a/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go b/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go index e937e24f51d..0e89dbcf968 100644 --- a/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go +++ b/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go @@ -52,7 +52,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilder(rawUrl st return NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCompatibleHubContentTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead. // returns a ItemListContentTypesGetCompatibleHubContentTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemListContentTypesGetCompatibleHubContentTypesResponseable, error) { diff --git a/drives/item_list_content_types_get_compatible_hub_content_types_response.go b/drives/item_list_content_types_get_compatible_hub_content_types_response.go index 3223486f496..de04cfd21c1 100644 --- a/drives/item_list_content_types_get_compatible_hub_content_types_response.go +++ b/drives/item_list_content_types_get_compatible_hub_content_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemListContentTypesGetCompatibleHubContentTypesResponse struct { ItemListContentTypesGetCompatibleHubContentTypesGetResponse } @@ -20,7 +20,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesResponse()(*ItemListCont func CreateItemListContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListContentTypesGetCompatibleHubContentTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemListContentTypesGetCompatibleHubContentTypesResponseable interface { ItemListContentTypesGetCompatibleHubContentTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_list_content_types_item_is_published_request_builder.go b/drives/item_list_content_types_item_is_published_request_builder.go index 97a20a72de7..0f6305dbefd 100644 --- a/drives/item_list_content_types_item_is_published_request_builder.go +++ b/drives/item_list_content_types_item_is_published_request_builder.go @@ -31,7 +31,7 @@ func NewItemListContentTypesItemIsPublishedRequestBuilder(rawUrl string, request return NewItemListContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function isPublished -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead. // returns a ItemListContentTypesItemIsPublishedResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemListContentTypesItemIsPublishedResponseable, error) { diff --git a/drives/item_list_content_types_item_is_published_response.go b/drives/item_list_content_types_item_is_published_response.go index e65e090923c..b672509a68f 100644 --- a/drives/item_list_content_types_item_is_published_response.go +++ b/drives/item_list_content_types_item_is_published_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead. type ItemListContentTypesItemIsPublishedResponse struct { ItemListContentTypesItemIsPublishedGetResponse } @@ -20,7 +20,7 @@ func NewItemListContentTypesItemIsPublishedResponse()(*ItemListContentTypesItemI func CreateItemListContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListContentTypesItemIsPublishedResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead. type ItemListContentTypesItemIsPublishedResponseable interface { ItemListContentTypesItemIsPublishedGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_list_items_delta_request_builder.go b/drives/item_list_items_delta_request_builder.go index 81e4d967a77..3a9bb48a7fc 100644 --- a/drives/item_list_items_delta_request_builder.go +++ b/drives/item_list_items_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemListItemsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f return NewItemListItemsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemListItemsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListItemsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsDeltaRequestBuilderGetRequestConfiguration)(ItemListItemsDeltaResponseable, error) { diff --git a/drives/item_list_items_delta_response.go b/drives/item_list_items_delta_response.go index fa55589e59a..5036dfa826c 100644 --- a/drives/item_list_items_delta_response.go +++ b/drives/item_list_items_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaGetResponseable instead. type ItemListItemsDeltaResponse struct { ItemListItemsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemListItemsDeltaResponse()(*ItemListItemsDeltaResponse) { func CreateItemListItemsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListItemsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaGetResponseable instead. type ItemListItemsDeltaResponseable interface { ItemListItemsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_list_items_delta_with_token_request_builder.go b/drives/item_list_items_delta_with_token_request_builder.go index 652cb6ace11..13b78a3dd02 100644 --- a/drives/item_list_items_delta_with_token_request_builder.go +++ b/drives/item_list_items_delta_with_token_request_builder.go @@ -55,7 +55,7 @@ func NewItemListItemsDeltaWithTokenRequestBuilder(rawUrl string, requestAdapter return NewItemListItemsDeltaWithTokenRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaWithTokenGetResponse instead. // returns a ItemListItemsDeltaWithTokenResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListItemsDeltaWithTokenRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsDeltaWithTokenRequestBuilderGetRequestConfiguration)(ItemListItemsDeltaWithTokenResponseable, error) { diff --git a/drives/item_list_items_delta_with_token_response.go b/drives/item_list_items_delta_with_token_response.go index 60d19730cbe..83a3256bef5 100644 --- a/drives/item_list_items_delta_with_token_response.go +++ b/drives/item_list_items_delta_with_token_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaWithTokenGetResponseable instead. type ItemListItemsDeltaWithTokenResponse struct { ItemListItemsDeltaWithTokenGetResponse } @@ -20,7 +20,7 @@ func NewItemListItemsDeltaWithTokenResponse()(*ItemListItemsDeltaWithTokenRespon func CreateItemListItemsDeltaWithTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListItemsDeltaWithTokenResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaWithTokenGetResponseable instead. type ItemListItemsDeltaWithTokenResponseable interface { ItemListItemsDeltaWithTokenGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index e02b5dacaf7..9eaf04865bf 100644 --- a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index 5a0702708a8..e042a5fd5b0 100644 --- a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime func CreateItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_recent_request_builder.go b/drives/item_recent_request_builder.go index d248b2f6637..4641f5f6d7b 100644 --- a/drives/item_recent_request_builder.go +++ b/drives/item_recent_request_builder.go @@ -52,7 +52,7 @@ func NewItemRecentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263 return NewItemRecentRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function recent -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRecentGetResponse instead. // returns a ItemRecentResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemRecentRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemRecentRequestBuilderGetRequestConfiguration)(ItemRecentResponseable, error) { diff --git a/drives/item_recent_response.go b/drives/item_recent_response.go index ced5079cad0..e20f4d2df67 100644 --- a/drives/item_recent_response.go +++ b/drives/item_recent_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRecentGetResponseable instead. type ItemRecentResponse struct { ItemRecentGetResponse } @@ -20,7 +20,7 @@ func NewItemRecentResponse()(*ItemRecentResponse) { func CreateItemRecentResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemRecentResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRecentGetResponseable instead. type ItemRecentResponseable interface { ItemRecentGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_search_with_q_request_builder.go b/drives/item_search_with_q_request_builder.go index fbcbbdf4024..e2bb6fb0d7c 100644 --- a/drives/item_search_with_q_request_builder.go +++ b/drives/item_search_with_q_request_builder.go @@ -55,7 +55,7 @@ func NewItemSearchWithQRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da return NewItemSearchWithQRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function search -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSearchWithQGetResponse instead. // returns a ItemSearchWithQResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSearchWithQRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSearchWithQRequestBuilderGetRequestConfiguration)(ItemSearchWithQResponseable, error) { diff --git a/drives/item_search_with_q_response.go b/drives/item_search_with_q_response.go index 6cd3c59f609..bebcf05e481 100644 --- a/drives/item_search_with_q_response.go +++ b/drives/item_search_with_q_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSearchWithQGetResponseable instead. type ItemSearchWithQResponse struct { ItemSearchWithQGetResponse } @@ -20,7 +20,7 @@ func NewItemSearchWithQResponse()(*ItemSearchWithQResponse) { func CreateItemSearchWithQResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSearchWithQResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSearchWithQGetResponseable instead. type ItemSearchWithQResponseable interface { ItemSearchWithQGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/drives/item_shared_with_me_request_builder.go b/drives/item_shared_with_me_request_builder.go index c9a90fece72..ed799cec32c 100644 --- a/drives/item_shared_with_me_request_builder.go +++ b/drives/item_shared_with_me_request_builder.go @@ -52,7 +52,7 @@ func NewItemSharedWithMeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d return NewItemSharedWithMeRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function sharedWithMe -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSharedWithMeGetResponse instead. // returns a ItemSharedWithMeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSharedWithMeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSharedWithMeRequestBuilderGetRequestConfiguration)(ItemSharedWithMeResponseable, error) { diff --git a/drives/item_shared_with_me_response.go b/drives/item_shared_with_me_response.go index b125c46b2a0..56290992033 100644 --- a/drives/item_shared_with_me_response.go +++ b/drives/item_shared_with_me_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSharedWithMeGetResponseable instead. type ItemSharedWithMeResponse struct { ItemSharedWithMeGetResponse } @@ -20,7 +20,7 @@ func NewItemSharedWithMeResponse()(*ItemSharedWithMeResponse) { func CreateItemSharedWithMeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSharedWithMeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSharedWithMeGetResponseable instead. type ItemSharedWithMeResponseable interface { ItemSharedWithMeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/education/classes_delta_request_builder.go b/education/classes_delta_request_builder.go index 9207e017dbc..9254fdf2e36 100644 --- a/education/classes_delta_request_builder.go +++ b/education/classes_delta_request_builder.go @@ -52,7 +52,7 @@ func NewClassesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2 return NewClassesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ClassesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ClassesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesDeltaRequestBuilderGetRequestConfiguration)(ClassesDeltaResponseable, error) { diff --git a/education/classes_delta_response.go b/education/classes_delta_response.go index f8f5e2cc4ec..ce9c6662f12 100644 --- a/education/classes_delta_response.go +++ b/education/classes_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesDeltaGetResponseable instead. type ClassesDeltaResponse struct { ClassesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewClassesDeltaResponse()(*ClassesDeltaResponse) { func CreateClassesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewClassesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesDeltaGetResponseable instead. type ClassesDeltaResponseable interface { ClassesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/education/classes_item_assignment_categories_delta_request_builder.go b/education/classes_item_assignment_categories_delta_request_builder.go index 1c977996591..4d1cd30708f 100644 --- a/education/classes_item_assignment_categories_delta_request_builder.go +++ b/education/classes_item_assignment_categories_delta_request_builder.go @@ -52,7 +52,7 @@ func NewClassesItemAssignmentCategoriesDeltaRequestBuilder(rawUrl string, reques return NewClassesItemAssignmentCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ClassesItemAssignmentCategoriesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ClassesItemAssignmentCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemAssignmentCategoriesDeltaRequestBuilderGetRequestConfiguration)(ClassesItemAssignmentCategoriesDeltaResponseable, error) { diff --git a/education/classes_item_assignment_categories_delta_response.go b/education/classes_item_assignment_categories_delta_response.go index cc4c50fa304..6aa83094042 100644 --- a/education/classes_item_assignment_categories_delta_response.go +++ b/education/classes_item_assignment_categories_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesItemAssignmentCategoriesDeltaGetResponseable instead. type ClassesItemAssignmentCategoriesDeltaResponse struct { ClassesItemAssignmentCategoriesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewClassesItemAssignmentCategoriesDeltaResponse()(*ClassesItemAssignmentCat func CreateClassesItemAssignmentCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewClassesItemAssignmentCategoriesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesItemAssignmentCategoriesDeltaGetResponseable instead. type ClassesItemAssignmentCategoriesDeltaResponseable interface { ClassesItemAssignmentCategoriesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/education/classes_item_assignments_delta_request_builder.go b/education/classes_item_assignments_delta_request_builder.go index 87dbb3e931a..8b062a1edb9 100644 --- a/education/classes_item_assignments_delta_request_builder.go +++ b/education/classes_item_assignments_delta_request_builder.go @@ -52,7 +52,7 @@ func NewClassesItemAssignmentsDeltaRequestBuilder(rawUrl string, requestAdapter return NewClassesItemAssignmentsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ClassesItemAssignmentsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ClassesItemAssignmentsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemAssignmentsDeltaRequestBuilderGetRequestConfiguration)(ClassesItemAssignmentsDeltaResponseable, error) { diff --git a/education/classes_item_assignments_delta_response.go b/education/classes_item_assignments_delta_response.go index d8300c438f5..1fdf4b9e049 100644 --- a/education/classes_item_assignments_delta_response.go +++ b/education/classes_item_assignments_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesItemAssignmentsDeltaGetResponseable instead. type ClassesItemAssignmentsDeltaResponse struct { ClassesItemAssignmentsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewClassesItemAssignmentsDeltaResponse()(*ClassesItemAssignmentsDeltaRespon func CreateClassesItemAssignmentsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewClassesItemAssignmentsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesItemAssignmentsDeltaGetResponseable instead. type ClassesItemAssignmentsDeltaResponseable interface { ClassesItemAssignmentsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/education/classes_item_assignments_item_categories_delta_request_builder.go b/education/classes_item_assignments_item_categories_delta_request_builder.go index 31d9a1dc72b..0c210bedc44 100644 --- a/education/classes_item_assignments_item_categories_delta_request_builder.go +++ b/education/classes_item_assignments_item_categories_delta_request_builder.go @@ -52,7 +52,7 @@ func NewClassesItemAssignmentsItemCategoriesDeltaRequestBuilder(rawUrl string, r return NewClassesItemAssignmentsItemCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ClassesItemAssignmentsItemCategoriesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ClassesItemAssignmentsItemCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemCategoriesDeltaRequestBuilderGetRequestConfiguration)(ClassesItemAssignmentsItemCategoriesDeltaResponseable, error) { diff --git a/education/classes_item_assignments_item_categories_delta_response.go b/education/classes_item_assignments_item_categories_delta_response.go index 867c03ab1c2..80bbfe04a3a 100644 --- a/education/classes_item_assignments_item_categories_delta_response.go +++ b/education/classes_item_assignments_item_categories_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesItemAssignmentsItemCategoriesDeltaGetResponseable instead. type ClassesItemAssignmentsItemCategoriesDeltaResponse struct { ClassesItemAssignmentsItemCategoriesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewClassesItemAssignmentsItemCategoriesDeltaResponse()(*ClassesItemAssignme func CreateClassesItemAssignmentsItemCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewClassesItemAssignmentsItemCategoriesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ClassesItemAssignmentsItemCategoriesDeltaGetResponseable instead. type ClassesItemAssignmentsItemCategoriesDeltaResponseable interface { ClassesItemAssignmentsItemCategoriesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/education/me_assignments_delta_request_builder.go b/education/me_assignments_delta_request_builder.go index 78de5136355..01dde340bb4 100644 --- a/education/me_assignments_delta_request_builder.go +++ b/education/me_assignments_delta_request_builder.go @@ -52,7 +52,7 @@ func NewMeAssignmentsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f return NewMeAssignmentsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a MeAssignmentsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MeAssignmentsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *MeAssignmentsDeltaRequestBuilderGetRequestConfiguration)(MeAssignmentsDeltaResponseable, error) { diff --git a/education/me_assignments_delta_response.go b/education/me_assignments_delta_response.go index 2f5b4419157..5960887ae44 100644 --- a/education/me_assignments_delta_response.go +++ b/education/me_assignments_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MeAssignmentsDeltaGetResponseable instead. type MeAssignmentsDeltaResponse struct { MeAssignmentsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewMeAssignmentsDeltaResponse()(*MeAssignmentsDeltaResponse) { func CreateMeAssignmentsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMeAssignmentsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MeAssignmentsDeltaGetResponseable instead. type MeAssignmentsDeltaResponseable interface { MeAssignmentsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/education/me_assignments_item_categories_delta_request_builder.go b/education/me_assignments_item_categories_delta_request_builder.go index f739196600d..7bc80d6a47c 100644 --- a/education/me_assignments_item_categories_delta_request_builder.go +++ b/education/me_assignments_item_categories_delta_request_builder.go @@ -52,7 +52,7 @@ func NewMeAssignmentsItemCategoriesDeltaRequestBuilder(rawUrl string, requestAda return NewMeAssignmentsItemCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a MeAssignmentsItemCategoriesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MeAssignmentsItemCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *MeAssignmentsItemCategoriesDeltaRequestBuilderGetRequestConfiguration)(MeAssignmentsItemCategoriesDeltaResponseable, error) { diff --git a/education/me_assignments_item_categories_delta_response.go b/education/me_assignments_item_categories_delta_response.go index f96d377cd7a..ae21de0c303 100644 --- a/education/me_assignments_item_categories_delta_response.go +++ b/education/me_assignments_item_categories_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MeAssignmentsItemCategoriesDeltaGetResponseable instead. type MeAssignmentsItemCategoriesDeltaResponse struct { MeAssignmentsItemCategoriesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewMeAssignmentsItemCategoriesDeltaResponse()(*MeAssignmentsItemCategoriesD func CreateMeAssignmentsItemCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMeAssignmentsItemCategoriesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MeAssignmentsItemCategoriesDeltaGetResponseable instead. type MeAssignmentsItemCategoriesDeltaResponseable interface { MeAssignmentsItemCategoriesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/education/schools_delta_request_builder.go b/education/schools_delta_request_builder.go index 543969ff54d..239acc87ce4 100644 --- a/education/schools_delta_request_builder.go +++ b/education/schools_delta_request_builder.go @@ -52,7 +52,7 @@ func NewSchoolsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2 return NewSchoolsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a SchoolsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *SchoolsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *SchoolsDeltaRequestBuilderGetRequestConfiguration)(SchoolsDeltaResponseable, error) { diff --git a/education/schools_delta_response.go b/education/schools_delta_response.go index df3a34bab07..7d1fae447aa 100644 --- a/education/schools_delta_response.go +++ b/education/schools_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SchoolsDeltaGetResponseable instead. type SchoolsDeltaResponse struct { SchoolsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewSchoolsDeltaResponse()(*SchoolsDeltaResponse) { func CreateSchoolsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewSchoolsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SchoolsDeltaGetResponseable instead. type SchoolsDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable SchoolsDeltaGetResponseable diff --git a/education/synchronization_profiles_item_start_request_builder.go b/education/synchronization_profiles_item_start_request_builder.go index 71d9982a036..88ac474f1ef 100644 --- a/education/synchronization_profiles_item_start_request_builder.go +++ b/education/synchronization_profiles_item_start_request_builder.go @@ -31,7 +31,7 @@ func NewSynchronizationProfilesItemStartRequestBuilder(rawUrl string, requestAda return NewSynchronizationProfilesItemStartRequestBuilderInternal(urlParams, requestAdapter) } // Post verify the files uploaded to a specific school data synchronization profile in the tenant. If the verification is successful, synchronization starts on the profile. Otherwise, the response contains errors and warnings. If the response contains errors, the synchronization won't start. If the response contains only warnings, synchronization starts. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsStartPostResponse instead. // returns a SynchronizationProfilesItemStartResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/education/synchronization_profiles_item_start_response.go b/education/synchronization_profiles_item_start_response.go index ae8fec3c665..d1dc2263c1f 100644 --- a/education/synchronization_profiles_item_start_response.go +++ b/education/synchronization_profiles_item_start_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SynchronizationProfilesItemStartPostResponseable instead. type SynchronizationProfilesItemStartResponse struct { SynchronizationProfilesItemStartPostResponse } @@ -20,7 +20,7 @@ func NewSynchronizationProfilesItemStartResponse()(*SynchronizationProfilesItemS func CreateSynchronizationProfilesItemStartResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewSynchronizationProfilesItemStartResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SynchronizationProfilesItemStartPostResponseable instead. type SynchronizationProfilesItemStartResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable SynchronizationProfilesItemStartPostResponseable diff --git a/education/synchronization_profiles_item_upload_url_request_builder.go b/education/synchronization_profiles_item_upload_url_request_builder.go index 1f0d44c3225..615078e8fae 100644 --- a/education/synchronization_profiles_item_upload_url_request_builder.go +++ b/education/synchronization_profiles_item_upload_url_request_builder.go @@ -31,7 +31,7 @@ func NewSynchronizationProfilesItemUploadUrlRequestBuilder(rawUrl string, reques return NewSynchronizationProfilesItemUploadUrlRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function uploadUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsUploadUrlGetResponse instead. // returns a SynchronizationProfilesItemUploadUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *SynchronizationProfilesItemUploadUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *SynchronizationProfilesItemUploadUrlRequestBuilderGetRequestConfiguration)(SynchronizationProfilesItemUploadUrlResponseable, error) { diff --git a/education/synchronization_profiles_item_upload_url_response.go b/education/synchronization_profiles_item_upload_url_response.go index b353d3f4b66..a2f780a081e 100644 --- a/education/synchronization_profiles_item_upload_url_response.go +++ b/education/synchronization_profiles_item_upload_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SynchronizationProfilesItemUploadUrlGetResponseable instead. type SynchronizationProfilesItemUploadUrlResponse struct { SynchronizationProfilesItemUploadUrlGetResponse } @@ -20,7 +20,7 @@ func NewSynchronizationProfilesItemUploadUrlResponse()(*SynchronizationProfilesI func CreateSynchronizationProfilesItemUploadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewSynchronizationProfilesItemUploadUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SynchronizationProfilesItemUploadUrlGetResponseable instead. type SynchronizationProfilesItemUploadUrlResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable SynchronizationProfilesItemUploadUrlGetResponseable diff --git a/education/users_delta_request_builder.go b/education/users_delta_request_builder.go index bff36fecde3..5bfa47d5f76 100644 --- a/education/users_delta_request_builder.go +++ b/education/users_delta_request_builder.go @@ -52,7 +52,7 @@ func NewUsersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263 return NewUsersDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a UsersDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *UsersDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersDeltaRequestBuilderGetRequestConfiguration)(UsersDeltaResponseable, error) { diff --git a/education/users_delta_response.go b/education/users_delta_response.go index e1014df88b0..684453a2463 100644 --- a/education/users_delta_response.go +++ b/education/users_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UsersDeltaGetResponseable instead. type UsersDeltaResponse struct { UsersDeltaGetResponse } @@ -20,7 +20,7 @@ func NewUsersDeltaResponse()(*UsersDeltaResponse) { func CreateUsersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewUsersDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UsersDeltaGetResponseable instead. type UsersDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable UsersDeltaGetResponseable diff --git a/education/users_education_user_item_request_builder.go b/education/users_education_user_item_request_builder.go index 87ab0754bee..469bbdd5720 100644 --- a/education/users_education_user_item_request_builder.go +++ b/education/users_education_user_item_request_builder.go @@ -106,12 +106,12 @@ func (m *UsersEducationUserItemRequestBuilder) Get(ctx context.Context, requestC } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EducationUserable), nil } -// Patch update the relatedContact collection of an educationUser object. +// Patch update the properties of an educationuser object. // returns a EducationUserable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0 func (m *UsersEducationUserItemRequestBuilder) Patch(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EducationUserable, requestConfiguration *UsersEducationUserItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EducationUserable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -169,7 +169,7 @@ func (m *UsersEducationUserItemRequestBuilder) ToGetRequestInformation(ctx conte requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the relatedContact collection of an educationUser object. +// ToPatchRequestInformation update the properties of an educationuser object. // returns a *RequestInformation when successful func (m *UsersEducationUserItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EducationUserable, requestConfiguration *UsersEducationUserItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/education/users/{educationUser%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/education/users_item_assignments_delta_request_builder.go b/education/users_item_assignments_delta_request_builder.go index 697b381096c..20c994bc8df 100644 --- a/education/users_item_assignments_delta_request_builder.go +++ b/education/users_item_assignments_delta_request_builder.go @@ -52,7 +52,7 @@ func NewUsersItemAssignmentsDeltaRequestBuilder(rawUrl string, requestAdapter i2 return NewUsersItemAssignmentsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a UsersItemAssignmentsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *UsersItemAssignmentsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersItemAssignmentsDeltaRequestBuilderGetRequestConfiguration)(UsersItemAssignmentsDeltaResponseable, error) { diff --git a/education/users_item_assignments_delta_response.go b/education/users_item_assignments_delta_response.go index 384bdd53cc0..ac6552864d9 100644 --- a/education/users_item_assignments_delta_response.go +++ b/education/users_item_assignments_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UsersItemAssignmentsDeltaGetResponseable instead. type UsersItemAssignmentsDeltaResponse struct { UsersItemAssignmentsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewUsersItemAssignmentsDeltaResponse()(*UsersItemAssignmentsDeltaResponse) func CreateUsersItemAssignmentsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewUsersItemAssignmentsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UsersItemAssignmentsDeltaGetResponseable instead. type UsersItemAssignmentsDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable UsersItemAssignmentsDeltaGetResponseable diff --git a/education/users_item_assignments_item_categories_delta_request_builder.go b/education/users_item_assignments_item_categories_delta_request_builder.go index e480ea3ca88..e76a119477b 100644 --- a/education/users_item_assignments_item_categories_delta_request_builder.go +++ b/education/users_item_assignments_item_categories_delta_request_builder.go @@ -52,7 +52,7 @@ func NewUsersItemAssignmentsItemCategoriesDeltaRequestBuilder(rawUrl string, req return NewUsersItemAssignmentsItemCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a UsersItemAssignmentsItemCategoriesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *UsersItemAssignmentsItemCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemCategoriesDeltaRequestBuilderGetRequestConfiguration)(UsersItemAssignmentsItemCategoriesDeltaResponseable, error) { diff --git a/education/users_item_assignments_item_categories_delta_response.go b/education/users_item_assignments_item_categories_delta_response.go index e380c63b6e6..32b41d5b066 100644 --- a/education/users_item_assignments_item_categories_delta_response.go +++ b/education/users_item_assignments_item_categories_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UsersItemAssignmentsItemCategoriesDeltaGetResponseable instead. type UsersItemAssignmentsItemCategoriesDeltaResponse struct { UsersItemAssignmentsItemCategoriesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewUsersItemAssignmentsItemCategoriesDeltaResponse()(*UsersItemAssignmentsI func CreateUsersItemAssignmentsItemCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewUsersItemAssignmentsItemCategoriesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use UsersItemAssignmentsItemCategoriesDeltaGetResponseable instead. type UsersItemAssignmentsItemCategoriesDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable UsersItemAssignmentsItemCategoriesDeltaGetResponseable diff --git a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go index 80fc81a9e07..2e501ba036c 100644 --- a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go +++ b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead. type ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse struct { ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponse } @@ -20,7 +20,7 @@ func NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAdd func CreateConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead. type ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable interface { ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go index 56fe98f55b3..47af52292f1 100644 --- a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go +++ b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go @@ -31,7 +31,7 @@ func NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesReq return NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action addActivities -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddActivitiesPostResponse instead. // returns a ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder) Post(ctx context.Context, body ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBodyable, requestConfiguration *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderPostRequestConfiguration)(ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable, error) { diff --git a/external/industry_data_data_connectors_request_builder.go b/external/industry_data_data_connectors_request_builder.go index 8d8f1d1aee5..779f0c531b7 100644 --- a/external/industry_data_data_connectors_request_builder.go +++ b/external/industry_data_data_connectors_request_builder.go @@ -11,7 +11,7 @@ import ( type IndustryDataDataConnectorsRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// IndustryDataDataConnectorsRequestBuilderGetQueryParameters get a list of the azureDataLakeConnector objects and their properties. +// IndustryDataDataConnectorsRequestBuilderGetQueryParameters get the industryDataConnector resources from the dataConnector navigation property. type IndustryDataDataConnectorsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -76,12 +76,12 @@ func NewIndustryDataDataConnectorsRequestBuilder(rawUrl string, requestAdapter i func (m *IndustryDataDataConnectorsRequestBuilder) Count()(*IndustryDataDataConnectorsCountRequestBuilder) { return NewIndustryDataDataConnectorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get get a list of the azureDataLakeConnector objects and their properties. +// Get get the industryDataConnector resources from the dataConnector navigation property. // returns a IndustryDataConnectorCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-list?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-1.0 func (m *IndustryDataDataConnectorsRequestBuilder) Get(ctx context.Context, requestConfiguration *IndustryDataDataConnectorsRequestBuilderGetRequestConfiguration)(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.IndustryDataConnectorCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -99,12 +99,12 @@ func (m *IndustryDataDataConnectorsRequestBuilder) Get(ctx context.Context, requ } return res.(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.IndustryDataConnectorCollectionResponseable), nil } -// Post create a new industryDataConnector object. +// Post create a new azureDataLakeConnector object. // returns a IndustryDataConnectorable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-post?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-1.0 func (m *IndustryDataDataConnectorsRequestBuilder) Post(ctx context.Context, body id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.IndustryDataConnectorable, requestConfiguration *IndustryDataDataConnectorsRequestBuilderPostRequestConfiguration)(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.IndustryDataConnectorable, error) { requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -122,7 +122,7 @@ func (m *IndustryDataDataConnectorsRequestBuilder) Post(ctx context.Context, bod } return res.(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.IndustryDataConnectorable), nil } -// ToGetRequestInformation get a list of the azureDataLakeConnector objects and their properties. +// ToGetRequestInformation get the industryDataConnector resources from the dataConnector navigation property. // returns a *RequestInformation when successful func (m *IndustryDataDataConnectorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IndustryDataDataConnectorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) @@ -136,7 +136,7 @@ func (m *IndustryDataDataConnectorsRequestBuilder) ToGetRequestInformation(ctx c requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPostRequestInformation create a new industryDataConnector object. +// ToPostRequestInformation create a new azureDataLakeConnector object. // returns a *RequestInformation when successful func (m *IndustryDataDataConnectorsRequestBuilder) ToPostRequestInformation(ctx context.Context, body id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.IndustryDataConnectorable, requestConfiguration *IndustryDataDataConnectorsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/external/industryData/dataConnectors", m.BaseRequestBuilder.PathParameters) diff --git a/external/industry_data_inbound_flows_inbound_flow_item_request_builder.go b/external/industry_data_inbound_flows_inbound_flow_item_request_builder.go index 2dba0eefb0e..60efbf66782 100644 --- a/external/industry_data_inbound_flows_inbound_flow_item_request_builder.go +++ b/external/industry_data_inbound_flows_inbound_flow_item_request_builder.go @@ -59,11 +59,11 @@ func NewIndustryDataInboundFlowsInboundFlowItemRequestBuilder(rawUrl string, req func (m *IndustryDataInboundFlowsInboundFlowItemRequestBuilder) DataConnector()(*IndustryDataInboundFlowsItemDataConnectorRequestBuilder) { return NewIndustryDataInboundFlowsItemDataConnectorRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Delete delete an inboundFileFlow object. +// Delete delete an inboundFlow object. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-1.0 func (m *IndustryDataInboundFlowsInboundFlowItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *IndustryDataInboundFlowsInboundFlowItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -124,7 +124,7 @@ func (m *IndustryDataInboundFlowsInboundFlowItemRequestBuilder) Patch(ctx contex } return res.(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.InboundFlowable), nil } -// ToDeleteRequestInformation delete an inboundFileFlow object. +// ToDeleteRequestInformation delete an inboundFlow object. // returns a *RequestInformation when successful func (m *IndustryDataInboundFlowsInboundFlowItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *IndustryDataInboundFlowsInboundFlowItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/external/industryData/inboundFlows/{inboundFlow%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/external/industry_data_inbound_flows_request_builder.go b/external/industry_data_inbound_flows_request_builder.go index 1c6bdb9564b..b9798cb666a 100644 --- a/external/industry_data_inbound_flows_request_builder.go +++ b/external/industry_data_inbound_flows_request_builder.go @@ -11,7 +11,7 @@ import ( type IndustryDataInboundFlowsRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// IndustryDataInboundFlowsRequestBuilderGetQueryParameters get a list of the inboundFlow objects and their properties. +// IndustryDataInboundFlowsRequestBuilderGetQueryParameters get a list of the inboundFileFlow objects and their properties. type IndustryDataInboundFlowsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -76,12 +76,12 @@ func NewIndustryDataInboundFlowsRequestBuilder(rawUrl string, requestAdapter i2a func (m *IndustryDataInboundFlowsRequestBuilder) Count()(*IndustryDataInboundFlowsCountRequestBuilder) { return NewIndustryDataInboundFlowsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get get a list of the inboundFlow objects and their properties. +// Get get a list of the inboundFileFlow objects and their properties. // returns a InboundFlowCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-list?view=graph-rest-1.0 func (m *IndustryDataInboundFlowsRequestBuilder) Get(ctx context.Context, requestConfiguration *IndustryDataInboundFlowsRequestBuilderGetRequestConfiguration)(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.InboundFlowCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -99,12 +99,12 @@ func (m *IndustryDataInboundFlowsRequestBuilder) Get(ctx context.Context, reques } return res.(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.InboundFlowCollectionResponseable), nil } -// Post create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow: +// Post create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow: // returns a InboundFlowable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/industrydata-inboundflow-post?view=graph-rest-1.0 func (m *IndustryDataInboundFlowsRequestBuilder) Post(ctx context.Context, body id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.InboundFlowable, requestConfiguration *IndustryDataInboundFlowsRequestBuilderPostRequestConfiguration)(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.InboundFlowable, error) { requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -122,7 +122,7 @@ func (m *IndustryDataInboundFlowsRequestBuilder) Post(ctx context.Context, body } return res.(id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.InboundFlowable), nil } -// ToGetRequestInformation get a list of the inboundFlow objects and their properties. +// ToGetRequestInformation get a list of the inboundFileFlow objects and their properties. // returns a *RequestInformation when successful func (m *IndustryDataInboundFlowsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IndustryDataInboundFlowsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) @@ -136,7 +136,7 @@ func (m *IndustryDataInboundFlowsRequestBuilder) ToGetRequestInformation(ctx con requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPostRequestInformation create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow: +// ToPostRequestInformation create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow: // returns a *RequestInformation when successful func (m *IndustryDataInboundFlowsRequestBuilder) ToPostRequestInformation(ctx context.Context, body id2b46acaed365d10a0a4cc89e0aa6f2f76ad54e2147428aee709d25e554da66a.InboundFlowable, requestConfiguration *IndustryDataInboundFlowsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/external/industryData/inboundFlows", m.BaseRequestBuilder.PathParameters) diff --git a/governanceresources/item_role_assignments_export_request_builder.go b/governanceresources/item_role_assignments_export_request_builder.go index 93b3d935bb9..75c562d58fe 100644 --- a/governanceresources/item_role_assignments_export_request_builder.go +++ b/governanceresources/item_role_assignments_export_request_builder.go @@ -46,7 +46,7 @@ func NewItemRoleAssignmentsExportRequestBuilder(rawUrl string, requestAdapter i2 return NewItemRoleAssignmentsExportRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function export -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsExportGetResponse instead. // returns a ItemRoleAssignmentsExportResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemRoleAssignmentsExportRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemRoleAssignmentsExportRequestBuilderGetRequestConfiguration)(ItemRoleAssignmentsExportResponseable, error) { diff --git a/governanceresources/item_role_assignments_export_response.go b/governanceresources/item_role_assignments_export_response.go index 9878df8a478..ac25b9ee226 100644 --- a/governanceresources/item_role_assignments_export_response.go +++ b/governanceresources/item_role_assignments_export_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRoleAssignmentsExportGetResponseable instead. type ItemRoleAssignmentsExportResponse struct { ItemRoleAssignmentsExportGetResponse } @@ -20,7 +20,7 @@ func NewItemRoleAssignmentsExportResponse()(*ItemRoleAssignmentsExportResponse) func CreateItemRoleAssignmentsExportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemRoleAssignmentsExportResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRoleAssignmentsExportGetResponseable instead. type ItemRoleAssignmentsExportResponseable interface { ItemRoleAssignmentsExportGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/governanceroleassignments/export_request_builder.go b/governanceroleassignments/export_request_builder.go index c09fc1cc456..afa40e9a750 100644 --- a/governanceroleassignments/export_request_builder.go +++ b/governanceroleassignments/export_request_builder.go @@ -46,7 +46,7 @@ func NewExportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c return NewExportRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function export -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsExportGetResponse instead. // returns a ExportResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ExportRequestBuilder) Get(ctx context.Context, requestConfiguration *ExportRequestBuilderGetRequestConfiguration)(ExportResponseable, error) { diff --git a/governanceroleassignments/export_response.go b/governanceroleassignments/export_response.go index 8122680d68d..4ac32a3fad4 100644 --- a/governanceroleassignments/export_response.go +++ b/governanceroleassignments/export_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExportGetResponseable instead. type ExportResponse struct { ExportGetResponse } @@ -20,7 +20,7 @@ func NewExportResponse()(*ExportResponse) { func CreateExportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewExportResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExportGetResponseable instead. type ExportResponseable interface { ExportGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/graph_request_adapter.go b/graph_request_adapter.go index a2137a855c2..45f58bb5537 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -10,7 +10,7 @@ import ( var clientOptions = core.GraphClientOptions{ GraphServiceVersion: "beta", - GraphServiceLibraryVersion: "0.94.0", + GraphServiceLibraryVersion: "0.95.0", } // GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware. @@ -82,3 +82,4 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH + diff --git a/grouplifecyclepolicies/item_add_group_request_builder.go b/grouplifecyclepolicies/item_add_group_request_builder.go index 8279c246cf9..c510d7bcf9b 100644 --- a/grouplifecyclepolicies/item_add_group_request_builder.go +++ b/grouplifecyclepolicies/item_add_group_request_builder.go @@ -31,7 +31,7 @@ func NewItemAddGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2 return NewItemAddGroupRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action addGroup -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddGroupPostResponse instead. // returns a ItemAddGroupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemAddGroupRequestBuilder) Post(ctx context.Context, body ItemAddGroupPostRequestBodyable, requestConfiguration *ItemAddGroupRequestBuilderPostRequestConfiguration)(ItemAddGroupResponseable, error) { diff --git a/grouplifecyclepolicies/item_add_group_response.go b/grouplifecyclepolicies/item_add_group_response.go index 77f35b0a302..ff5cb8d1fe1 100644 --- a/grouplifecyclepolicies/item_add_group_response.go +++ b/grouplifecyclepolicies/item_add_group_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemAddGroupPostResponseable instead. type ItemAddGroupResponse struct { ItemAddGroupPostResponse } @@ -20,7 +20,7 @@ func NewItemAddGroupResponse()(*ItemAddGroupResponse) { func CreateItemAddGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemAddGroupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemAddGroupPostResponseable instead. type ItemAddGroupResponseable interface { ItemAddGroupPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/grouplifecyclepolicies/item_remove_group_request_builder.go b/grouplifecyclepolicies/item_remove_group_request_builder.go index b902bc0d946..ac184740eb1 100644 --- a/grouplifecyclepolicies/item_remove_group_request_builder.go +++ b/grouplifecyclepolicies/item_remove_group_request_builder.go @@ -31,7 +31,7 @@ func NewItemRemoveGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da return NewItemRemoveGroupRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action removeGroup -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRemoveGroupPostResponse instead. // returns a ItemRemoveGroupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemRemoveGroupRequestBuilder) Post(ctx context.Context, body ItemRemoveGroupPostRequestBodyable, requestConfiguration *ItemRemoveGroupRequestBuilderPostRequestConfiguration)(ItemRemoveGroupResponseable, error) { diff --git a/grouplifecyclepolicies/item_remove_group_response.go b/grouplifecyclepolicies/item_remove_group_response.go index be7b6d9e98f..27fb234b610 100644 --- a/grouplifecyclepolicies/item_remove_group_response.go +++ b/grouplifecyclepolicies/item_remove_group_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRemoveGroupPostResponseable instead. type ItemRemoveGroupResponse struct { ItemRemoveGroupPostResponse } @@ -20,7 +20,7 @@ func NewItemRemoveGroupResponse()(*ItemRemoveGroupResponse) { func CreateItemRemoveGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemRemoveGroupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRemoveGroupPostResponseable instead. type ItemRemoveGroupResponseable interface { ItemRemoveGroupPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/grouplifecyclepolicies/renew_group_request_builder.go b/grouplifecyclepolicies/renew_group_request_builder.go index 22952e2acf3..e22757da6e5 100644 --- a/grouplifecyclepolicies/renew_group_request_builder.go +++ b/grouplifecyclepolicies/renew_group_request_builder.go @@ -31,7 +31,7 @@ func NewRenewGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263 return NewRenewGroupRequestBuilderInternal(urlParams, requestAdapter) } // Post renew a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRenewGroupPostResponse instead. // returns a RenewGroupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/grouplifecyclepolicies/renew_group_response.go b/grouplifecyclepolicies/renew_group_response.go index aeb822ca8c0..33789a55227 100644 --- a/grouplifecyclepolicies/renew_group_response.go +++ b/grouplifecyclepolicies/renew_group_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RenewGroupPostResponseable instead. type RenewGroupResponse struct { RenewGroupPostResponse } @@ -20,7 +20,7 @@ func NewRenewGroupResponse()(*RenewGroupResponse) { func CreateRenewGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewRenewGroupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RenewGroupPostResponseable instead. type RenewGroupResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable RenewGroupPostResponseable diff --git a/groups/delta_request_builder.go b/groups/delta_request_builder.go index 7ad15efd556..cec513596aa 100644 --- a/groups/delta_request_builder.go +++ b/groups/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/groups/delta_response.go b/groups/delta_response.go index e6046a56add..1d7fb59ea81 100644 --- a/groups/delta_response.go +++ b/groups/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/get_by_ids_request_builder.go b/groups/get_by_ids_request_builder.go index f0ab0d92a74..7f8d77d9013 100644 --- a/groups/get_by_ids_request_builder.go +++ b/groups/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/get_by_ids_response.go b/groups/get_by_ids_response.go index 7a2a2d712c3..5e57d6cd917 100644 --- a/groups/get_by_ids_response.go +++ b/groups/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go index 8b7874fd9cb..395233be7b5 100644 --- a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go +++ b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go @@ -49,7 +49,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder(rawUrl str return NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function allowedCalendarSharingRoles -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead. // returns a ItemCalendarAllowedCalendarSharingRolesWithUserResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarAllowedCalendarSharingRolesWithUserResponseable, error) { diff --git a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go index 324e2095381..b34494a8fa4 100644 --- a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go +++ b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarAllowedCalendarSharingRolesWithUserResponse struct { ItemCalendarAllowedCalendarSharingRolesWithUserGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserResponse()(*ItemCalendarA func CreateItemCalendarAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarAllowedCalendarSharingRolesWithUserResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarAllowedCalendarSharingRolesWithUserResponseable interface { ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_calendar_view_delta_request_builder.go b/groups/item_calendar_calendar_view_delta_request_builder.go index 93f8f5080a3..54155903a78 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_delta_response.go b/groups/item_calendar_calendar_view_delta_response.go index 2b23617b5ae..0ebe030ceef 100644 --- a/groups/item_calendar_calendar_view_delta_response.go +++ b/groups/item_calendar_calendar_view_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead. type ItemCalendarCalendarViewDeltaResponse struct { ItemCalendarCalendarViewDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewDeltaResponse()(*ItemCalendarCalendarViewDeltaRe func CreateItemCalendarCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead. type ItemCalendarCalendarViewDeltaResponseable interface { ItemCalendarCalendarViewDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go b/groups/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go index ce563b57e8f..0cf8c7fec62 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder(rawU urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) Ge } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) Ge } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_delta_response.go b/groups/item_calendar_calendar_view_item_exception_occurrences_delta_response.go index cb687193339..946531d6c27 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_delta_response.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponse struct { ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponse()(*ItemCal func CreateItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go b/groups/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go index ec63c79802a..04d1c6c705d 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilde urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuild } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go index 8d64ddc89ef..36d34d7dd29 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaReque } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaReque } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go index 4310a05c88e..cf8906d1bc3 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRespon func CreateItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go index 46a9904a8e3..5b7be40229d 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemR func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemR func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go index 4d086bb9b81..263c90ed0c4 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForward urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwar } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go index 85739c00aac..38be6bb88c8 100644 --- a/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go +++ b/groups/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBui func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBui } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 a1855e59746..efc1ff1585e 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 f36be712116..261927d2ac0 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGet } return res.(ItemCalendarCalendarViewItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_instances_delta_response.go b/groups/item_calendar_calendar_view_item_instances_delta_response.go index 25d4c7e94a3..47890e2c03d 100644 --- a/groups/item_calendar_calendar_view_item_instances_delta_response.go +++ b/groups/item_calendar_calendar_view_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesDeltaResponse struct { ItemCalendarCalendarViewItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaResponse()(*ItemCalendarCalend func CreateItemCalendarCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesDeltaResponseable interface { ItemCalendarCalendarViewItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_calendar_view_item_instances_event_item_request_builder.go b/groups/item_calendar_calendar_view_item_instances_event_item_request_builder.go index b51d9036955..a339b6ed368 100644 --- a/groups/item_calendar_calendar_view_item_instances_event_item_request_builder.go +++ b/groups/item_calendar_calendar_view_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) Extension func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) { return NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) SnoozeRem func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go index ffc32564c41..a624acbae2f 100644 --- a/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaReque } return res.(ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaReque } return res.(ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go b/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go index 60c35366bb4..85507cb4319 100644 --- a/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go +++ b/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRespon func CreateItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go index 3b0a3338ce0..75fefda50cb 100644 --- a/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForward urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwar } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 2572759d525..4249cd3cbcd 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_calendar_view_item_instances_request_builder.go b/groups/item_calendar_calendar_view_item_instances_request_builder.go index 108ac6b51dd..0d96e8bffa0 100644 --- a/groups/item_calendar_calendar_view_item_instances_request_builder.go +++ b/groups/item_calendar_calendar_view_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) Count()(*ItemCalen func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) Delta()(*ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) { return NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) Get(ctx context.Co } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_delta_request_builder.go b/groups/item_calendar_events_delta_request_builder.go index 5eb6252f373..547bf65fa7e 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_delta_response.go b/groups/item_calendar_events_delta_response.go index 372ea4335a4..8345da2620a 100644 --- a/groups/item_calendar_events_delta_response.go +++ b/groups/item_calendar_events_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead. type ItemCalendarEventsDeltaResponse struct { ItemCalendarEventsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsDeltaResponse()(*ItemCalendarEventsDeltaResponse) { func CreateItemCalendarEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead. type ItemCalendarEventsDeltaResponseable interface { ItemCalendarEventsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_events_item_exception_occurrences_delta_request_builder.go b/groups/item_calendar_events_item_exception_occurrences_delta_request_builder.go index 70c2ac37786..c5fd0255203 100644 --- a/groups/item_calendar_events_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_calendar_events_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder(rawUrl str urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder) Get(ctx } return res.(ItemCalendarEventsItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder) GetAsDel } return res.(ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_exception_occurrences_delta_response.go b/groups/item_calendar_events_item_exception_occurrences_delta_response.go index c0ccad12f4a..9aed98e281f 100644 --- a/groups/item_calendar_events_item_exception_occurrences_delta_response.go +++ b/groups/item_calendar_events_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesDeltaResponse struct { ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesDeltaResponse()(*ItemCalendarE func CreateItemCalendarEventsItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go b/groups/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go index 19174c1443f..7bc06c5fb7a 100644 --- a/groups/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilder(rawU urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilder) 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go b/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go index 31fe257ecc3..afdaa04668f 100644 --- a/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuild urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuil } return res.(ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuil } return res.(ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go b/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go index 8ef90f1d133..da9972fd2cf 100644 --- a/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go +++ b/groups/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponse()(* func CreateItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go b/groups/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go index a28e8184da3..1999784a22e 100644 --- a/groups/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/groups/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequest func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequest func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go b/groups/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go index 007eb194acf..0ce5ddb1ec4 100644 --- a/groups/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/groups/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardReque } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go b/groups/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go index d6bfb91562b..0677aed967b 100644 --- a/groups/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go +++ b/groups/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_forward_request_builder.go b/groups/item_calendar_events_item_forward_request_builder.go index 3dd720e3e41..4c1eb4e6038 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 986b57ea84a..ec4af6bea95 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetRespon } return res.(ItemCalendarEventsItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_instances_delta_response.go b/groups/item_calendar_events_item_instances_delta_response.go index 1529f542f82..c4552a14d8a 100644 --- a/groups/item_calendar_events_item_instances_delta_response.go +++ b/groups/item_calendar_events_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesDeltaResponse struct { ItemCalendarEventsItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemInstancesDeltaResponse()(*ItemCalendarEventsItemIn func CreateItemCalendarEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesDeltaResponseable interface { ItemCalendarEventsItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_events_item_instances_event_item_request_builder.go b/groups/item_calendar_events_item_instances_event_item_request_builder.go index 1e9171ad626..315a37da56c 100644 --- a/groups/item_calendar_events_item_instances_event_item_request_builder.go +++ b/groups/item_calendar_events_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) Extensions()(*I func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarEventsItemInstancesItemForwardRequestBuilder) { return NewItemCalendarEventsItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) SnoozeReminder( func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go b/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go index 14fe2aaa69c..534e878a8fe 100644 --- a/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuild urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuil } return res.(ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuil } return res.(ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go b/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go index ec52895100c..dc0ac679b3e 100644 --- a/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go +++ b/groups/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponse()(* func CreateItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go b/groups/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go index 2d5afb8c792..6a48a64a35e 100644 --- a/groups/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardReque } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 6e2d5d43532..3eca287a9fe 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_item_instances_request_builder.go b/groups/item_calendar_events_item_instances_request_builder.go index b5a3668f84c..8edf9bbd010 100644 --- a/groups/item_calendar_events_item_instances_request_builder.go +++ b/groups/item_calendar_events_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemInstancesRequestBuilder) Count()(*ItemCalendarEve func (m *ItemCalendarEventsItemInstancesRequestBuilder) Delta()(*ItemCalendarEventsItemInstancesDeltaRequestBuilder) { return NewItemCalendarEventsItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarEventsItemInstancesRequestBuilder) Get(ctx context.Context, } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_events_request_builder.go b/groups/item_calendar_events_request_builder.go index d78f4df6fb0..6903ae39419 100644 --- a/groups/item_calendar_events_request_builder.go +++ b/groups/item_calendar_events_request_builder.go @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsRequestBuilder) Get(ctx context.Context, requestConfi } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.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. +// 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. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -139,7 +139,7 @@ func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.C requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// 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. // returns a *RequestInformation when successful func (m *ItemCalendarEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, requestConfiguration *ItemCalendarEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendar/events", m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_get_schedule_request_builder.go b/groups/item_calendar_get_schedule_request_builder.go index 99f83f008d2..eb863897c36 100644 --- a/groups/item_calendar_get_schedule_request_builder.go +++ b/groups/item_calendar_get_schedule_request_builder.go @@ -31,7 +31,7 @@ func NewItemCalendarGetScheduleRequestBuilder(rawUrl string, requestAdapter i2ae 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead. // returns a ItemCalendarGetScheduleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_calendar_get_schedule_response.go b/groups/item_calendar_get_schedule_response.go index 79da7790f32..64fc4e1d824 100644 --- a/groups/item_calendar_get_schedule_response.go +++ b/groups/item_calendar_get_schedule_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead. type ItemCalendarGetScheduleResponse struct { ItemCalendarGetSchedulePostResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGetScheduleResponse()(*ItemCalendarGetScheduleResponse) { func CreateItemCalendarGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGetScheduleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead. type ItemCalendarGetScheduleResponseable interface { ItemCalendarGetSchedulePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_view_delta_request_builder.go b/groups/item_calendar_view_delta_request_builder.go index 53d5b66361a..e7c6e8bc264 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_delta_response.go b/groups/item_calendar_view_delta_response.go index 7271057dde5..00d44436e13 100644 --- a/groups/item_calendar_view_delta_response.go +++ b/groups/item_calendar_view_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead. type ItemCalendarViewDeltaResponse struct { ItemCalendarViewDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewDeltaResponse()(*ItemCalendarViewDeltaResponse) { func CreateItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead. type ItemCalendarViewDeltaResponseable interface { ItemCalendarViewDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_view_item_exception_occurrences_delta_request_builder.go b/groups/item_calendar_view_item_exception_occurrences_delta_request_builder.go index 96da787a836..9d69e5f07a6 100644 --- a/groups/item_calendar_view_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_calendar_view_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder(rawUrl strin urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) Get(ctx co } return res.(ItemCalendarViewItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) GetAsDelta } return res.(ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_exception_occurrences_delta_response.go b/groups/item_calendar_view_item_exception_occurrences_delta_response.go index b3d8b0a851b..0184aa41aae 100644 --- a/groups/item_calendar_view_item_exception_occurrences_delta_response.go +++ b/groups/item_calendar_view_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesDeltaResponse struct { ItemCalendarViewItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemExceptionOccurrencesDeltaResponse()(*ItemCalendarVie func CreateItemCalendarViewItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go b/groups/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go index d28bfc94b0c..ca0d39217f6 100644 --- a/groups/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder(rawUrl urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) Post } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go b/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go index 278a2b7c703..c92276a41d6 100644 --- a/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilde } return res.(ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilde } return res.(ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go b/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go index 9ac4fb673fc..5e39a836363 100644 --- a/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go +++ b/groups/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse()(*It func CreateItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go b/groups/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go index 54a96e73695..ffefdda9afd 100644 --- a/groups/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/groups/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBu func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBu func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go b/groups/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go index 4ba349098b1..e37af9c3abb 100644 --- a/groups/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/groups/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestB urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequest } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go b/groups/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go index f631f941cca..478af98e995 100644 --- a/groups/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go +++ b/groups/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Co func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Ge } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_forward_request_builder.go b/groups/item_calendar_view_item_forward_request_builder.go index c950f3daf81..1c32caf112d 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 5042379906e..7a44dcb6d7d 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGetResponse } return res.(ItemCalendarViewItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_instances_delta_response.go b/groups/item_calendar_view_item_instances_delta_response.go index 4bfc30d472e..437a2f04a33 100644 --- a/groups/item_calendar_view_item_instances_delta_response.go +++ b/groups/item_calendar_view_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesDeltaResponse struct { ItemCalendarViewItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemInstancesDeltaResponse()(*ItemCalendarViewItemInstan func CreateItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesDeltaResponseable interface { ItemCalendarViewItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_view_item_instances_event_item_request_builder.go b/groups/item_calendar_view_item_instances_event_item_request_builder.go index 7a6729b9075..fcbde0aa1fa 100644 --- a/groups/item_calendar_view_item_instances_event_item_request_builder.go +++ b/groups/item_calendar_view_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) Extensions()(*Ite func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarViewItemInstancesItemForwardRequestBuilder) { return NewItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) SnoozeReminder()( func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go b/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go index 682dab6f058..71d5ed22579 100644 --- a/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilde } return res.(ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilde } return res.(ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go b/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go index 62a8c414859..326aa6de9bd 100644 --- a/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go +++ b/groups/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse()(*It func CreateItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go b/groups/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go index c805da464fa..2a95b2f2da0 100644 --- a/groups/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestB urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequest } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 80eb13ff017..c83e4f0533c 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_calendar_view_item_instances_request_builder.go b/groups/item_calendar_view_item_instances_request_builder.go index 77049111f1a..29eef6546df 100644 --- a/groups/item_calendar_view_item_instances_request_builder.go +++ b/groups/item_calendar_view_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemInstancesRequestBuilder) Count()(*ItemCalendarViewI func (m *ItemCalendarViewItemInstancesRequestBuilder) Delta()(*ItemCalendarViewItemInstancesDeltaRequestBuilder) { return NewItemCalendarViewItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarViewItemInstancesRequestBuilder) Get(ctx context.Context, r } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_check_granted_permissions_for_app_request_builder.go b/groups/item_check_granted_permissions_for_app_request_builder.go index 5b9356ef8f0..789f9e6ae35 100644 --- a/groups/item_check_granted_permissions_for_app_request_builder.go +++ b/groups/item_check_granted_permissions_for_app_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckGrantedPermissionsForAppRequestBuilder(rawUrl string, requestAd return NewItemCheckGrantedPermissionsForAppRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkGrantedPermissionsForApp -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckGrantedPermissionsForAppPostResponse instead. // returns a ItemCheckGrantedPermissionsForAppResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckGrantedPermissionsForAppRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemCheckGrantedPermissionsForAppRequestBuilderPostRequestConfiguration)(ItemCheckGrantedPermissionsForAppResponseable, error) { diff --git a/groups/item_check_granted_permissions_for_app_response.go b/groups/item_check_granted_permissions_for_app_response.go index 71eef6267e1..acba653b987 100644 --- a/groups/item_check_granted_permissions_for_app_response.go +++ b/groups/item_check_granted_permissions_for_app_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckGrantedPermissionsForAppPostResponseable instead. type ItemCheckGrantedPermissionsForAppResponse struct { ItemCheckGrantedPermissionsForAppPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckGrantedPermissionsForAppResponse()(*ItemCheckGrantedPermissions func CreateItemCheckGrantedPermissionsForAppResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckGrantedPermissionsForAppResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckGrantedPermissionsForAppPostResponseable instead. type ItemCheckGrantedPermissionsForAppResponseable interface { ItemCheckGrantedPermissionsForAppPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_check_member_groups_request_builder.go b/groups/item_check_member_groups_request_builder.go index b6b06c98c6e..34b275e3ab0 100644 --- a/groups/item_check_member_groups_request_builder.go +++ b/groups/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_check_member_groups_response.go b/groups/item_check_member_groups_response.go index d5189763057..d5817d558db 100644 --- a/groups/item_check_member_groups_response.go +++ b/groups/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_check_member_objects_request_builder.go b/groups/item_check_member_objects_request_builder.go index e617e556d40..6e0d0f278d6 100644 --- a/groups/item_check_member_objects_request_builder.go +++ b/groups/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/groups/item_check_member_objects_response.go b/groups/item_check_member_objects_response.go index 32d7efa3031..5cdcc4d9d22 100644 --- a/groups/item_check_member_objects_response.go +++ b/groups/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_conversations_conversation_item_request_builder.go b/groups/item_conversations_conversation_item_request_builder.go index badfe68a25f..c47f93a2c4a 100644 --- a/groups/item_conversations_conversation_item_request_builder.go +++ b/groups/item_conversations_conversation_item_request_builder.go @@ -45,11 +45,11 @@ func NewItemConversationsConversationItemRequestBuilder(rawUrl string, requestAd urlParams["request-raw-url"] = rawUrl return NewItemConversationsConversationItemRequestBuilderInternal(urlParams, requestAdapter) } -// Delete delete conversation. +// Delete delete a conversation object. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 func (m *ItemConversationsConversationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ItemConversationsConversationItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -92,7 +92,7 @@ func (m *ItemConversationsConversationItemRequestBuilder) Get(ctx context.Contex func (m *ItemConversationsConversationItemRequestBuilder) Threads()(*ItemConversationsItemThreadsRequestBuilder) { return NewItemConversationsItemThreadsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToDeleteRequestInformation delete conversation. +// ToDeleteRequestInformation delete a conversation object. // returns a *RequestInformation when successful func (m *ItemConversationsConversationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsConversationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_conversations_item_threads_item_posts_post_item_request_builder.go b/groups/item_conversations_item_threads_item_posts_post_item_request_builder.go index 22ce5ed0713..721f71ba5d8 100644 --- a/groups/item_conversations_item_threads_item_posts_post_item_request_builder.go +++ b/groups/item_conversations_item_threads_item_posts_post_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemConversationsItemThreadsItemPostsPostItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemConversationsItemThreadsItemPostsPostItemRequestBuilderGetQueryParameters 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. +// ItemConversationsItemThreadsItemPostsPostItemRequestBuilderGetQueryParameters get the properties and relationships of a post in a specified thread. You can specify both the parentconversation 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. type ItemConversationsItemThreadsItemPostsPostItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -62,7 +62,7 @@ func (m *ItemConversationsItemThreadsItemPostsPostItemRequestBuilder) Extensions func (m *ItemConversationsItemThreadsItemPostsPostItemRequestBuilder) Forward()(*ItemConversationsItemThreadsItemPostsItemForwardRequestBuilder) { return NewItemConversationsItemThreadsItemPostsItemForwardRequestBuilderInternal(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. +// Get get the properties and relationships of a post in a specified thread. You can specify both the parentconversation 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. // returns a Postable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -120,7 +120,7 @@ func (m *ItemConversationsItemThreadsItemPostsPostItemRequestBuilder) Patch(ctx func (m *ItemConversationsItemThreadsItemPostsPostItemRequestBuilder) Reply()(*ItemConversationsItemThreadsItemPostsItemReplyRequestBuilder) { return NewItemConversationsItemThreadsItemPostsItemReplyRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// 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. +// ToGetRequestInformation get the properties and relationships of a post in a specified thread. You can specify both the parentconversation 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. // returns a *RequestInformation when successful func (m *ItemConversationsItemThreadsItemPostsPostItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsPostItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 6ccf3ffe0d2..ea62855a303 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 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. +// 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. type ItemConversationsItemThreadsItemPostsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -67,7 +67,7 @@ func NewItemConversationsItemThreadsItemPostsRequestBuilder(rawUrl string, reque func (m *ItemConversationsItemThreadsItemPostsRequestBuilder) Count()(*ItemConversationsItemThreadsItemPostsCountRequestBuilder) { return NewItemConversationsItemThreadsItemPostsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// 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. +// 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. // returns a PostCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -90,7 +90,7 @@ func (m *ItemConversationsItemThreadsItemPostsRequestBuilder) Get(ctx context.Co } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.PostCollectionResponseable), nil } -// 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. +// 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. // returns a *RequestInformation when successful func (m *ItemConversationsItemThreadsItemPostsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_delta_request_builder.go b/groups/item_events_delta_request_builder.go index ae103c71c16..a64383c5fca 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_delta_response.go b/groups/item_events_delta_response.go index ea743d97d23..8aeab71ef94 100644 --- a/groups/item_events_delta_response.go +++ b/groups/item_events_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead. type ItemEventsDeltaResponse struct { ItemEventsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsDeltaResponse()(*ItemEventsDeltaResponse) { func CreateItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead. type ItemEventsDeltaResponseable interface { ItemEventsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_events_item_exception_occurrences_delta_request_builder.go b/groups/item_events_item_exception_occurrences_delta_request_builder.go index f4ba71a0c37..a66d75dba83 100644 --- a/groups/item_events_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_events_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemEventsItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemEventsItemExceptionOccurrencesDeltaRequestBuilder(rawUrl string, req urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemEventsItemExceptionOccurrencesDeltaRequestBuilder) Get(ctx context. } return res.(ItemEventsItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemEventsItemExceptionOccurrencesDeltaRequestBuilder) GetAsDeltaGetRes } return res.(ItemEventsItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_exception_occurrences_delta_response.go b/groups/item_events_item_exception_occurrences_delta_response.go index 0592b45ecad..049cd32277c 100644 --- a/groups/item_events_item_exception_occurrences_delta_response.go +++ b/groups/item_events_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesDeltaResponse struct { ItemEventsItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemExceptionOccurrencesDeltaResponse()(*ItemEventsItemExcepti func CreateItemEventsItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesDeltaResponseable interface { ItemEventsItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_events_item_exception_occurrences_item_forward_request_builder.go b/groups/item_events_item_exception_occurrences_item_forward_request_builder.go index d0e92a724ca..64f65f64e96 100644 --- a/groups/item_events_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_events_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemEventsItemExceptionOccurrencesItemForwardRequestBuilder(rawUrl strin urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemForwardRequestBuilder) Post(ctx c } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_exception_occurrences_item_instances_delta_request_builder.go b/groups/item_events_item_exception_occurrences_item_instances_delta_request_builder.go index c15c621d3a1..331f4dd5dc7 100644 --- a/groups/item_events_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/groups/item_events_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder(rawUr urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) Get } return res.(ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) Get } return res.(ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_exception_occurrences_item_instances_delta_response.go b/groups/item_events_item_exception_occurrences_item_instances_delta_response.go index df983bfba3e..3a2ce17d557 100644 --- a/groups/item_events_item_exception_occurrences_item_instances_delta_response.go +++ b/groups/item_events_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse()(*ItemEven func CreateItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go b/groups/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go index b7e85631b98..9b50a1c3443 100644 --- a/groups/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/groups/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go b/groups/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go index b0b037bc5f6..5e76d36ba24 100644 --- a/groups/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/groups/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilde } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_exception_occurrences_item_instances_request_builder.go b/groups/item_events_item_exception_occurrences_item_instances_request_builder.go index 244f603cc93..46d44edb5a6 100644 --- a/groups/item_events_item_exception_occurrences_item_instances_request_builder.go +++ b/groups/item_events_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Count()( func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Get(ctx } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_forward_request_builder.go b/groups/item_events_item_forward_request_builder.go index a10d52814de..34ec1e79c83 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_instances_delta_request_builder.go b/groups/item_events_item_instances_delta_request_builder.go index 079d137e77f..18094a1c398 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_instances_delta_response.go b/groups/item_events_item_instances_delta_response.go index 1a356e6da42..6093bf78638 100644 --- a/groups/item_events_item_instances_delta_response.go +++ b/groups/item_events_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead. type ItemEventsItemInstancesDeltaResponse struct { ItemEventsItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemInstancesDeltaResponse()(*ItemEventsItemInstancesDeltaResp func CreateItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead. type ItemEventsItemInstancesDeltaResponseable interface { ItemEventsItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_events_item_instances_event_item_request_builder.go b/groups/item_events_item_instances_event_item_request_builder.go index c0214dd01e7..948cc4b72fe 100644 --- a/groups/item_events_item_instances_event_item_request_builder.go +++ b/groups/item_events_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemEventsItemInstancesEventItemRequestBuilder) Extensions()(*ItemEvent func (m *ItemEventsItemInstancesEventItemRequestBuilder) Forward()(*ItemEventsItemInstancesItemForwardRequestBuilder) { return NewItemEventsItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemEventsItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemEventsItemInstancesEventItemRequestBuilder) SnoozeReminder()(*ItemE func (m *ItemEventsItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_instances_item_exception_occurrences_delta_request_builder.go b/groups/item_events_item_instances_item_exception_occurrences_delta_request_builder.go index bc54fbcafdc..1c59c34eec6 100644 --- a/groups/item_events_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/groups/item_events_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder(rawUr urlParams["request-raw-url"] = rawUrl return NewItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) Get } return res.(ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) Get } return res.(ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_instances_item_exception_occurrences_delta_response.go b/groups/item_events_item_instances_item_exception_occurrences_delta_response.go index bccec2e40cd..f5a3fafaa61 100644 --- a/groups/item_events_item_instances_item_exception_occurrences_delta_response.go +++ b/groups/item_events_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse()(*ItemEven func CreateItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go b/groups/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go index 30f4fccf9a0..bd52ab8f517 100644 --- a/groups/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/groups/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilde } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 1dcb5f08c78..a735545f42e 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_events_item_instances_request_builder.go b/groups/item_events_item_instances_request_builder.go index 0355fd88a42..fdefff91106 100644 --- a/groups/item_events_item_instances_request_builder.go +++ b/groups/item_events_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemEventsItemInstancesRequestBuilder) Count()(*ItemEventsItemInstances func (m *ItemEventsItemInstancesRequestBuilder) Delta()(*ItemEventsItemInstancesDeltaRequestBuilder) { return NewItemEventsItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemEventsItemInstancesRequestBuilder) Get(ctx context.Context, request } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_get_member_groups_request_builder.go b/groups/item_get_member_groups_request_builder.go index c496ba0cd7e..d2b630f3493 100644 --- a/groups/item_get_member_groups_request_builder.go +++ b/groups/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_get_member_groups_response.go b/groups/item_get_member_groups_response.go index d4f4270eeb1..9e843c76572 100644 --- a/groups/item_get_member_groups_response.go +++ b/groups/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_get_member_objects_request_builder.go b/groups/item_get_member_objects_request_builder.go index 6ea8ed1942a..7c9eace780b 100644 --- a/groups/item_get_member_objects_request_builder.go +++ b/groups/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/groups/item_get_member_objects_response.go b/groups/item_get_member_objects_response.go index 96dc7daf182..edb8aad64ca 100644 --- a/groups/item_get_member_objects_response.go +++ b/groups/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 3e8c080e124..0910f98b50f 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 @@ -31,7 +31,7 @@ func NewItemGroupLifecyclePoliciesItemAddGroupRequestBuilder(rawUrl string, requ return NewItemGroupLifecyclePoliciesItemAddGroupRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action addGroup -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddGroupPostResponse instead. // returns a ItemGroupLifecyclePoliciesItemAddGroupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGroupLifecyclePoliciesItemAddGroupRequestBuilder) Post(ctx context.Context, body ItemGroupLifecyclePoliciesItemAddGroupPostRequestBodyable, requestConfiguration *ItemGroupLifecyclePoliciesItemAddGroupRequestBuilderPostRequestConfiguration)(ItemGroupLifecyclePoliciesItemAddGroupResponseable, error) { diff --git a/groups/item_group_lifecycle_policies_item_add_group_response.go b/groups/item_group_lifecycle_policies_item_add_group_response.go index 963deb2fb16..f9a9801c9d4 100644 --- a/groups/item_group_lifecycle_policies_item_add_group_response.go +++ b/groups/item_group_lifecycle_policies_item_add_group_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemAddGroupPostResponseable instead. type ItemGroupLifecyclePoliciesItemAddGroupResponse struct { ItemGroupLifecyclePoliciesItemAddGroupPostResponse } @@ -20,7 +20,7 @@ func NewItemGroupLifecyclePoliciesItemAddGroupResponse()(*ItemGroupLifecyclePoli func CreateItemGroupLifecyclePoliciesItemAddGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGroupLifecyclePoliciesItemAddGroupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemAddGroupPostResponseable instead. type ItemGroupLifecyclePoliciesItemAddGroupResponseable interface { ItemGroupLifecyclePoliciesItemAddGroupPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 843fa8af7c0..0eb48c85a46 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 @@ -31,7 +31,7 @@ func NewItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilder(rawUrl string, r return NewItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action removeGroup -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRemoveGroupPostResponse instead. // returns a ItemGroupLifecyclePoliciesItemRemoveGroupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilder) Post(ctx context.Context, body ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBodyable, requestConfiguration *ItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilderPostRequestConfiguration)(ItemGroupLifecyclePoliciesItemRemoveGroupResponseable, error) { diff --git a/groups/item_group_lifecycle_policies_item_remove_group_response.go b/groups/item_group_lifecycle_policies_item_remove_group_response.go index 90eab6e1cd5..447a3ec2f15 100644 --- a/groups/item_group_lifecycle_policies_item_remove_group_response.go +++ b/groups/item_group_lifecycle_policies_item_remove_group_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemRemoveGroupPostResponseable instead. type ItemGroupLifecyclePoliciesItemRemoveGroupResponse struct { ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse } @@ -20,7 +20,7 @@ func NewItemGroupLifecyclePoliciesItemRemoveGroupResponse()(*ItemGroupLifecycleP func CreateItemGroupLifecyclePoliciesItemRemoveGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGroupLifecyclePoliciesItemRemoveGroupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemRemoveGroupPostResponseable instead. type ItemGroupLifecyclePoliciesItemRemoveGroupResponseable interface { ItemGroupLifecyclePoliciesItemRemoveGroupPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_group_lifecycle_policies_renew_group_request_builder.go b/groups/item_group_lifecycle_policies_renew_group_request_builder.go index 72367c87bca..c495e402c61 100644 --- a/groups/item_group_lifecycle_policies_renew_group_request_builder.go +++ b/groups/item_group_lifecycle_policies_renew_group_request_builder.go @@ -31,7 +31,7 @@ func NewItemGroupLifecyclePoliciesRenewGroupRequestBuilder(rawUrl string, reques return NewItemGroupLifecyclePoliciesRenewGroupRequestBuilderInternal(urlParams, requestAdapter) } // Post renew a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRenewGroupPostResponse instead. // returns a ItemGroupLifecyclePoliciesRenewGroupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_group_lifecycle_policies_renew_group_response.go b/groups/item_group_lifecycle_policies_renew_group_response.go index 7b0a872f375..072deed2486 100644 --- a/groups/item_group_lifecycle_policies_renew_group_response.go +++ b/groups/item_group_lifecycle_policies_renew_group_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesRenewGroupPostResponseable instead. type ItemGroupLifecyclePoliciesRenewGroupResponse struct { ItemGroupLifecyclePoliciesRenewGroupPostResponse } @@ -20,7 +20,7 @@ func NewItemGroupLifecyclePoliciesRenewGroupResponse()(*ItemGroupLifecyclePolici func CreateItemGroupLifecyclePoliciesRenewGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGroupLifecyclePoliciesRenewGroupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesRenewGroupPostResponseable instead. type ItemGroupLifecyclePoliciesRenewGroupResponseable interface { ItemGroupLifecyclePoliciesRenewGroupPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go index 8f1600f3dcc..722a8b2265c 100644 --- a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go +++ b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go @@ -50,7 +50,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksReques return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getRecentNotebooks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead. // returns a ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) { diff --git a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go index 4d9e1610127..1e2909b5b61 100644 --- a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go +++ b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct { ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse } @@ -20,7 +20,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRespon func CreateItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface { ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_planner_plans_delta_request_builder.go b/groups/item_planner_plans_delta_request_builder.go index 34e16b976c7..5f55772b007 100644 --- a/groups/item_planner_plans_delta_request_builder.go +++ b/groups/item_planner_plans_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41 return NewItemPlannerPlansDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansDeltaResponseable, error) { diff --git a/groups/item_planner_plans_delta_response.go b/groups/item_planner_plans_delta_response.go index bf7e9068f0d..7b590c59b01 100644 --- a/groups/item_planner_plans_delta_response.go +++ b/groups/item_planner_plans_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansDeltaGetResponseable instead. type ItemPlannerPlansDeltaResponse struct { ItemPlannerPlansDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansDeltaResponse()(*ItemPlannerPlansDeltaResponse) { func CreateItemPlannerPlansDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansDeltaGetResponseable instead. type ItemPlannerPlansDeltaResponseable interface { ItemPlannerPlansDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_planner_plans_item_buckets_delta_request_builder.go b/groups/item_planner_plans_item_buckets_delta_request_builder.go index e185e5c99ca..3f5e7728311 100644 --- a/groups/item_planner_plans_item_buckets_delta_request_builder.go +++ b/groups/item_planner_plans_item_buckets_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansItemBucketsDeltaRequestBuilder(rawUrl string, requestAda return NewItemPlannerPlansItemBucketsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansItemBucketsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansItemBucketsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansItemBucketsDeltaResponseable, error) { diff --git a/groups/item_planner_plans_item_buckets_delta_response.go b/groups/item_planner_plans_item_buckets_delta_response.go index fa8c9ba25bf..68767af5d48 100644 --- a/groups/item_planner_plans_item_buckets_delta_response.go +++ b/groups/item_planner_plans_item_buckets_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsDeltaResponse struct { ItemPlannerPlansItemBucketsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansItemBucketsDeltaResponse()(*ItemPlannerPlansItemBucketsD func CreateItemPlannerPlansItemBucketsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansItemBucketsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsDeltaResponseable interface { ItemPlannerPlansItemBucketsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go b/groups/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go index 1ab2ab8a62d..5053354a785 100644 --- a/groups/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go +++ b/groups/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilder(rawUrl string, r return NewItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansItemBucketsItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansItemBucketsItemTasksDeltaResponseable, error) { diff --git a/groups/item_planner_plans_item_buckets_item_tasks_delta_response.go b/groups/item_planner_plans_item_buckets_item_tasks_delta_response.go index eee1afa01ce..b23d3f3ea56 100644 --- a/groups/item_planner_plans_item_buckets_item_tasks_delta_response.go +++ b/groups/item_planner_plans_item_buckets_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsItemTasksDeltaResponse struct { ItemPlannerPlansItemBucketsItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansItemBucketsItemTasksDeltaResponse()(*ItemPlannerPlansIte func CreateItemPlannerPlansItemBucketsItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansItemBucketsItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsItemTasksDeltaResponseable interface { ItemPlannerPlansItemBucketsItemTasksDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_planner_plans_item_tasks_delta_request_builder.go b/groups/item_planner_plans_item_tasks_delta_request_builder.go index 9aeb0d2675d..52dbdf63a93 100644 --- a/groups/item_planner_plans_item_tasks_delta_request_builder.go +++ b/groups/item_planner_plans_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansItemTasksDeltaRequestBuilder(rawUrl string, requestAdapt return NewItemPlannerPlansItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansItemTasksDeltaResponseable, error) { diff --git a/groups/item_planner_plans_item_tasks_delta_response.go b/groups/item_planner_plans_item_tasks_delta_response.go index d47ec35fe51..e2d279d2b98 100644 --- a/groups/item_planner_plans_item_tasks_delta_response.go +++ b/groups/item_planner_plans_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemTasksDeltaResponse struct { ItemPlannerPlansItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansItemTasksDeltaResponse()(*ItemPlannerPlansItemTasksDelta func CreateItemPlannerPlansItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemTasksDeltaResponseable interface { ItemPlannerPlansItemTasksDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_add_request_builder.go b/groups/item_sites_add_request_builder.go index d298fd00f1f..0e4acd9ca54 100644 --- a/groups/item_sites_add_request_builder.go +++ b/groups/item_sites_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2 return NewItemSitesAddRequestBuilderInternal(urlParams, requestAdapter) } // Post follow a user's site or multiple sites. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemSitesAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_sites_add_response.go b/groups/item_sites_add_response.go index 024e2a4ce90..bdbd12eba7c 100644 --- a/groups/item_sites_add_response.go +++ b/groups/item_sites_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesAddPostResponseable instead. type ItemSitesAddResponse struct { ItemSitesAddPostResponse } @@ -20,7 +20,7 @@ func NewItemSitesAddResponse()(*ItemSitesAddResponse) { func CreateItemSitesAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesAddPostResponseable instead. type ItemSitesAddResponseable interface { ItemSitesAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_delta_request_builder.go b/groups/item_sites_delta_request_builder.go index 15610568655..e2471cfe1cd 100644 --- a/groups/item_sites_delta_request_builder.go +++ b/groups/item_sites_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemSitesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae return NewItemSitesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemSitesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesDeltaRequestBuilderGetRequestConfiguration)(ItemSitesDeltaResponseable, error) { diff --git a/groups/item_sites_delta_response.go b/groups/item_sites_delta_response.go index fc7d5734300..654dae35acd 100644 --- a/groups/item_sites_delta_response.go +++ b/groups/item_sites_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesDeltaGetResponseable instead. type ItemSitesDeltaResponse struct { ItemSitesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesDeltaResponse()(*ItemSitesDeltaResponse) { func CreateItemSitesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesDeltaGetResponseable instead. type ItemSitesDeltaResponseable interface { ItemSitesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_get_all_sites_request_builder.go b/groups/item_sites_get_all_sites_request_builder.go index 2cfde5d20b4..cea50855602 100644 --- a/groups/item_sites_get_all_sites_request_builder.go +++ b/groups/item_sites_get_all_sites_request_builder.go @@ -52,7 +52,7 @@ func NewItemSitesGetAllSitesRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemSitesGetAllSitesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllSites -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllSitesGetResponse instead. // returns a ItemSitesGetAllSitesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesGetAllSitesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesGetAllSitesRequestBuilderGetRequestConfiguration)(ItemSitesGetAllSitesResponseable, error) { diff --git a/groups/item_sites_get_all_sites_response.go b/groups/item_sites_get_all_sites_response.go index 55420ef8d6b..cddd50f27da 100644 --- a/groups/item_sites_get_all_sites_response.go +++ b/groups/item_sites_get_all_sites_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesGetAllSitesGetResponseable instead. type ItemSitesGetAllSitesResponse struct { ItemSitesGetAllSitesGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesGetAllSitesResponse()(*ItemSitesGetAllSitesResponse) { func CreateItemSitesGetAllSitesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesGetAllSitesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesGetAllSitesGetResponseable instead. type ItemSitesGetAllSitesResponseable interface { ItemSitesGetAllSitesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go b/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go index 5ea7f8bdfb9..73e986befdc 100644 --- a/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go +++ b/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go @@ -52,7 +52,7 @@ func NewItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilder(rawU return NewItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCompatibleHubContentTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead. // returns a ItemSitesItemContentTypesGetCompatibleHubContentTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemSitesItemContentTypesGetCompatibleHubContentTypesResponseable, error) { diff --git a/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go b/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go index ab4eb3fb859..57a248406cc 100644 --- a/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go +++ b/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemSitesItemContentTypesGetCompatibleHubContentTypesResponse struct { ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemContentTypesGetCompatibleHubContentTypesResponse()(*ItemSit func CreateItemSitesItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemContentTypesGetCompatibleHubContentTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemSitesItemContentTypesGetCompatibleHubContentTypesResponseable interface { ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_content_types_item_is_published_request_builder.go b/groups/item_sites_item_content_types_item_is_published_request_builder.go index 6a1148981f6..68eae17017e 100644 --- a/groups/item_sites_item_content_types_item_is_published_request_builder.go +++ b/groups/item_sites_item_content_types_item_is_published_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesItemContentTypesItemIsPublishedRequestBuilder(rawUrl string, re return NewItemSitesItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function isPublished -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead. // returns a ItemSitesItemContentTypesItemIsPublishedResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemSitesItemContentTypesItemIsPublishedResponseable, error) { diff --git a/groups/item_sites_item_content_types_item_is_published_response.go b/groups/item_sites_item_content_types_item_is_published_response.go index 905d4990fcd..95658a0d6b0 100644 --- a/groups/item_sites_item_content_types_item_is_published_response.go +++ b/groups/item_sites_item_content_types_item_is_published_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesItemIsPublishedGetResponseable instead. type ItemSitesItemContentTypesItemIsPublishedResponse struct { ItemSitesItemContentTypesItemIsPublishedGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemContentTypesItemIsPublishedResponse()(*ItemSitesItemContent func CreateItemSitesItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemContentTypesItemIsPublishedResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesItemIsPublishedGetResponseable instead. type ItemSitesItemContentTypesItemIsPublishedResponseable interface { ItemSitesItemContentTypesItemIsPublishedGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index 97c234c3638..4876fb443bf 100644 --- a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith return NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index 8c2c1819b8b..571a9841ac1 100644 --- a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith func CreateItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go index f8607a44b79..b3337178c7a 100644 --- a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go +++ b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go @@ -55,7 +55,7 @@ func NewItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilder(ra return NewItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getApplicableContentTypesForList -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead. // returns a ItemSitesItemGetApplicableContentTypesForListWithListIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemSitesItemGetApplicableContentTypesForListWithListIdResponseable, error) { diff --git a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go index e809a35b21a..175ab59eaa8 100644 --- a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go +++ b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemSitesItemGetApplicableContentTypesForListWithListIdResponse struct { ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemGetApplicableContentTypesForListWithListIdResponse()(*ItemS func CreateItemSitesItemGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemGetApplicableContentTypesForListWithListIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemSitesItemGetApplicableContentTypesForListWithListIdResponseable interface { ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index 8fae99a3b37..5e5891f20c2 100644 --- a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWi return NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index 7f12ef63a70..89ecf45586b 100644 --- a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWi func CreateItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go index eb79b392692..a24bca5519b 100644 --- a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go +++ b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go @@ -55,7 +55,7 @@ func NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListId return NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getApplicableContentTypesForList -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead. // returns a ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable, error) { diff --git a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go index 30c7f8badca..8b576313610 100644 --- a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go +++ b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse struct { ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListId func CreateItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable interface { ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_information_protection_policy_labels_evaluate_application_request_builder.go b/groups/item_sites_item_information_protection_policy_labels_evaluate_application_request_builder.go index ff2daa2529d..9226430917c 100644 --- a/groups/item_sites_item_information_protection_policy_labels_evaluate_application_request_builder.go +++ b/groups/item_sites_item_information_protection_policy_labels_evaluate_application_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationRequest return NewItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationRequestBuilderInternal(urlParams, requestAdapter) } // Post compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateApplicationPostResponse instead. // returns a ItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_sites_item_information_protection_policy_labels_evaluate_application_response.go b/groups/item_sites_item_information_protection_policy_labels_evaluate_application_response.go index 0c9780cad81..a6f60f79cf8 100644 --- a/groups/item_sites_item_information_protection_policy_labels_evaluate_application_response.go +++ b/groups/item_sites_item_information_protection_policy_labels_evaluate_application_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable instead. type ItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationResponse struct { ItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationRespons func CreateItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable instead. type ItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationResponseable interface { ItemSitesItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_request_builder.go b/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_request_builder.go index 3573f56badb..3a3220aee0a 100644 --- a/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_request_builder.go +++ b/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResu return NewItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsRequestBuilderInternal(urlParams, requestAdapter) } // Post using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateClassificationResultsPostResponse instead. // returns a ItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_response.go b/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_response.go index c55197fd33d..0d4cc839419 100644 --- a/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_response.go +++ b/groups/item_sites_item_information_protection_policy_labels_evaluate_classification_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable instead. type ItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponse struct { ItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResu func CreateItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable instead. type ItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseable interface { ItemSitesItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_request_builder.go b/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_request_builder.go index 266b93ccc45..fbd9c58f17e 100644 --- a/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_request_builder.go +++ b/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalRequestBuil return NewItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalRequestBuilderInternal(urlParams, requestAdapter) } // Post indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateRemovalPostResponse instead. // returns a ItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_response.go b/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_response.go index 462fa2cee30..7762df19adb 100644 --- a/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_response.go +++ b/groups/item_sites_item_information_protection_policy_labels_evaluate_removal_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable instead. type ItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalResponse struct { ItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalResponse()( func CreateItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable instead. type ItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalResponseable interface { ItemSitesItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go index 5be6ade0a2b..cec2d40271c 100644 --- a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go +++ b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go @@ -52,7 +52,7 @@ func NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBui return NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCompatibleHubContentTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead. // returns a ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseable, error) { diff --git a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go index 23cf1609760..8dae7e40ae2 100644 --- a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go +++ b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponse struct { ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponse() func CreateItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseable interface { ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go index 587bf267c03..4775d435388 100644 --- a/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go +++ b/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilder(rawUrl s return NewItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function isPublished -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead. // returns a ItemSitesItemListsItemContentTypesItemIsPublishedResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemContentTypesItemIsPublishedResponseable, error) { diff --git a/groups/item_sites_item_lists_item_content_types_item_is_published_response.go b/groups/item_sites_item_lists_item_content_types_item_is_published_response.go index 5106c748f63..efbebae7fd3 100644 --- a/groups/item_sites_item_lists_item_content_types_item_is_published_response.go +++ b/groups/item_sites_item_lists_item_content_types_item_is_published_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesItemIsPublishedGetResponseable instead. type ItemSitesItemListsItemContentTypesItemIsPublishedResponse struct { ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemListsItemContentTypesItemIsPublishedResponse()(*ItemSitesIt func CreateItemSitesItemListsItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemListsItemContentTypesItemIsPublishedResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesItemIsPublishedGetResponseable instead. type ItemSitesItemListsItemContentTypesItemIsPublishedResponseable interface { ItemSitesItemListsItemContentTypesItemIsPublishedGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_lists_item_items_delta_request_builder.go b/groups/item_sites_item_lists_item_items_delta_request_builder.go index ba09ae32a4c..3681a0b7b74 100644 --- a/groups/item_sites_item_lists_item_items_delta_request_builder.go +++ b/groups/item_sites_item_lists_item_items_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemSitesItemListsItemItemsDeltaRequestBuilder(rawUrl string, requestAda return NewItemSitesItemListsItemItemsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemSitesItemListsItemItemsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemListsItemItemsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsDeltaRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemItemsDeltaResponseable, error) { diff --git a/groups/item_sites_item_lists_item_items_delta_response.go b/groups/item_sites_item_lists_item_items_delta_response.go index 909e589abd7..04bebe8757d 100644 --- a/groups/item_sites_item_lists_item_items_delta_response.go +++ b/groups/item_sites_item_lists_item_items_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsDeltaGetResponseable instead. type ItemSitesItemListsItemItemsDeltaResponse struct { ItemSitesItemListsItemItemsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemListsItemItemsDeltaResponse()(*ItemSitesItemListsItemItemsD func CreateItemSitesItemListsItemItemsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemListsItemItemsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsDeltaGetResponseable instead. type ItemSitesItemListsItemItemsDeltaResponseable interface { ItemSitesItemListsItemItemsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_lists_item_items_delta_with_token_request_builder.go b/groups/item_sites_item_lists_item_items_delta_with_token_request_builder.go index a1a0db9b072..0736c3c72b7 100644 --- a/groups/item_sites_item_lists_item_items_delta_with_token_request_builder.go +++ b/groups/item_sites_item_lists_item_items_delta_with_token_request_builder.go @@ -55,7 +55,7 @@ func NewItemSitesItemListsItemItemsDeltaWithTokenRequestBuilder(rawUrl string, r return NewItemSitesItemListsItemItemsDeltaWithTokenRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaWithTokenGetResponse instead. // returns a ItemSitesItemListsItemItemsDeltaWithTokenResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemListsItemItemsDeltaWithTokenRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsDeltaWithTokenRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemItemsDeltaWithTokenResponseable, error) { diff --git a/groups/item_sites_item_lists_item_items_delta_with_token_response.go b/groups/item_sites_item_lists_item_items_delta_with_token_response.go index 98e5ecb8856..47d920a5104 100644 --- a/groups/item_sites_item_lists_item_items_delta_with_token_response.go +++ b/groups/item_sites_item_lists_item_items_delta_with_token_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsDeltaWithTokenGetResponseable instead. type ItemSitesItemListsItemItemsDeltaWithTokenResponse struct { ItemSitesItemListsItemItemsDeltaWithTokenGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemListsItemItemsDeltaWithTokenResponse()(*ItemSitesItemListsI func CreateItemSitesItemListsItemItemsDeltaWithTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemListsItemItemsDeltaWithTokenResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsDeltaWithTokenGetResponseable instead. type ItemSitesItemListsItemItemsDeltaWithTokenResponseable interface { ItemSitesItemListsItemItemsDeltaWithTokenGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index 9e668aefdd0..636abf949c5 100644 --- a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeW return NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index 25f0813238b..386c7aec40e 100644 --- a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeW func CreateItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go index 197d0a6a381..da89f199e8f 100644 --- a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go +++ b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go @@ -50,7 +50,7 @@ func NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebo return NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getRecentNotebooks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead. // returns a ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) { diff --git a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go index 3750568ac91..2b926154d03 100644 --- a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go +++ b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct { ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebo func CreateItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface { ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 9089a4f55d1..7e896e97030 100644 --- a/groups/item_sites_item_permissions_item_grant_request_builder.go +++ b/groups/item_sites_item_permissions_item_grant_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAd return NewItemSitesItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter) } // Post grant users access to a link represented by a [permission][]. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead. // returns a ItemSitesItemPermissionsItemGrantResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_sites_item_permissions_item_grant_response.go b/groups/item_sites_item_permissions_item_grant_response.go index de27b683cbd..de79b6ca303 100644 --- a/groups/item_sites_item_permissions_item_grant_response.go +++ b/groups/item_sites_item_permissions_item_grant_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemPermissionsItemGrantPostResponseable instead. type ItemSitesItemPermissionsItemGrantResponse struct { ItemSitesItemPermissionsItemGrantPostResponse } @@ -20,7 +20,7 @@ func NewItemSitesItemPermissionsItemGrantResponse()(*ItemSitesItemPermissionsIte func CreateItemSitesItemPermissionsItemGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesItemPermissionsItemGrantResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesItemPermissionsItemGrantPostResponseable instead. type ItemSitesItemPermissionsItemGrantResponseable interface { ItemSitesItemPermissionsItemGrantPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_sites_remove_request_builder.go b/groups/item_sites_remove_request_builder.go index e6b5dce7e50..1eb74a8ac8d 100644 --- a/groups/item_sites_remove_request_builder.go +++ b/groups/item_sites_remove_request_builder.go @@ -31,7 +31,7 @@ func NewItemSitesRemoveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da return NewItemSitesRemoveRequestBuilderInternal(urlParams, requestAdapter) } // Post unfollow a user's site or multiple sites. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRemovePostResponse instead. // returns a ItemSitesRemoveResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_sites_remove_response.go b/groups/item_sites_remove_response.go index 0dd1be6aba0..cc138400d0f 100644 --- a/groups/item_sites_remove_response.go +++ b/groups/item_sites_remove_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesRemovePostResponseable instead. type ItemSitesRemoveResponse struct { ItemSitesRemovePostResponse } @@ -20,7 +20,7 @@ func NewItemSitesRemoveResponse()(*ItemSitesRemoveResponse) { func CreateItemSitesRemoveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSitesRemoveResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSitesRemovePostResponseable instead. type ItemSitesRemoveResponseable interface { ItemSitesRemovePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_team_channels_all_messages_request_builder.go b/groups/item_team_channels_all_messages_request_builder.go index ae1cff62699..99bc79d5259 100644 --- a/groups/item_team_channels_all_messages_request_builder.go +++ b/groups/item_team_channels_all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamChannelsAllMessagesRequestBuilder(rawUrl string, requestAdapter return NewItemTeamChannelsAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a ItemTeamChannelsAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamChannelsAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsAllMessagesRequestBuilderGetRequestConfiguration)(ItemTeamChannelsAllMessagesResponseable, error) { diff --git a/groups/item_team_channels_all_messages_response.go b/groups/item_team_channels_all_messages_response.go index 3e7a404c17a..8a6226cc638 100644 --- a/groups/item_team_channels_all_messages_response.go +++ b/groups/item_team_channels_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsAllMessagesGetResponseable instead. type ItemTeamChannelsAllMessagesResponse struct { ItemTeamChannelsAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamChannelsAllMessagesResponse()(*ItemTeamChannelsAllMessagesRespon func CreateItemTeamChannelsAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamChannelsAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsAllMessagesGetResponseable instead. type ItemTeamChannelsAllMessagesResponseable interface { ItemTeamChannelsAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_team_channels_get_all_messages_request_builder.go b/groups/item_team_channels_get_all_messages_request_builder.go index 97751a54d65..d21b3542385 100644 --- a/groups/item_team_channels_get_all_messages_request_builder.go +++ b/groups/item_team_channels_get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewItemTeamChannelsGetAllMessagesRequestBuilder(rawUrl string, requestAdapt return NewItemTeamChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a ItemTeamChannelsGetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemTeamChannelsGetAllMessagesResponseable, error) { diff --git a/groups/item_team_channels_get_all_messages_response.go b/groups/item_team_channels_get_all_messages_response.go index ec8c08a3973..ca0554a1b5f 100644 --- a/groups/item_team_channels_get_all_messages_response.go +++ b/groups/item_team_channels_get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsGetAllMessagesGetResponseable instead. type ItemTeamChannelsGetAllMessagesResponse struct { ItemTeamChannelsGetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamChannelsGetAllMessagesResponse()(*ItemTeamChannelsGetAllMessages func CreateItemTeamChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamChannelsGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsGetAllMessagesGetResponseable instead. type ItemTeamChannelsGetAllMessagesResponseable interface { ItemTeamChannelsGetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_team_channels_get_all_retained_messages_request_builder.go b/groups/item_team_channels_get_all_retained_messages_request_builder.go index 4827af9a3a6..3d3356bf01b 100644 --- a/groups/item_team_channels_get_all_retained_messages_request_builder.go +++ b/groups/item_team_channels_get_all_retained_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamChannelsGetAllRetainedMessagesRequestBuilder(rawUrl string, requ return NewItemTeamChannelsGetAllRetainedMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRetainedMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRetainedMessagesGetResponse instead. // returns a ItemTeamChannelsGetAllRetainedMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamChannelsGetAllRetainedMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsGetAllRetainedMessagesRequestBuilderGetRequestConfiguration)(ItemTeamChannelsGetAllRetainedMessagesResponseable, error) { diff --git a/groups/item_team_channels_get_all_retained_messages_response.go b/groups/item_team_channels_get_all_retained_messages_response.go index 2bac51e5aeb..aec3d492946 100644 --- a/groups/item_team_channels_get_all_retained_messages_response.go +++ b/groups/item_team_channels_get_all_retained_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsGetAllRetainedMessagesGetResponseable instead. type ItemTeamChannelsGetAllRetainedMessagesResponse struct { ItemTeamChannelsGetAllRetainedMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamChannelsGetAllRetainedMessagesResponse()(*ItemTeamChannelsGetAll func CreateItemTeamChannelsGetAllRetainedMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamChannelsGetAllRetainedMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsGetAllRetainedMessagesGetResponseable instead. type ItemTeamChannelsGetAllRetainedMessagesResponseable interface { ItemTeamChannelsGetAllRetainedMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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_request_builder.go b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index c70645f1d4a..0c45815fa2a 100644 --- a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPr return NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { 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_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_response.go index 58d1ef76278..dc11d3c4240 100644 --- a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_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_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPr func CreateItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 1225709a5cb..cfd4e2b0ebd 100644 --- a/groups/item_team_channels_item_members_add_request_builder.go +++ b/groups/item_team_channels_item_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemTeamChannelsItemMembersAddRequestBuilder(rawUrl string, requestAdapt 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemTeamChannelsItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_team_channels_item_members_add_response.go b/groups/item_team_channels_item_members_add_response.go index 95093413451..3089c9f6be0 100644 --- a/groups/item_team_channels_item_members_add_response.go +++ b/groups/item_team_channels_item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMembersAddPostResponseable instead. type ItemTeamChannelsItemMembersAddResponse struct { ItemTeamChannelsItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemTeamChannelsItemMembersAddResponse()(*ItemTeamChannelsItemMembersAdd func CreateItemTeamChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamChannelsItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMembersAddPostResponseable instead. type ItemTeamChannelsItemMembersAddResponseable interface { ItemTeamChannelsItemMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 223a0c0d0cc..1617741fb09 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 @@ -96,12 +96,12 @@ func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) Get(ct } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) ToGetR requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_team_channels_item_messages_delta_request_builder.go b/groups/item_team_channels_item_messages_delta_request_builder.go index 05ccbe565b0..385425eb801 100644 --- a/groups/item_team_channels_item_messages_delta_request_builder.go +++ b/groups/item_team_channels_item_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamChannelsItemMessagesDeltaRequestBuilder(rawUrl string, requestAd return NewItemTeamChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamChannelsItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamChannelsItemMessagesDeltaResponseable, error) { diff --git a/groups/item_team_channels_item_messages_delta_response.go b/groups/item_team_channels_item_messages_delta_response.go index 8ed130d1a63..e035fab0979 100644 --- a/groups/item_team_channels_item_messages_delta_response.go +++ b/groups/item_team_channels_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesDeltaGetResponseable instead. type ItemTeamChannelsItemMessagesDeltaResponse struct { ItemTeamChannelsItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamChannelsItemMessagesDeltaResponse()(*ItemTeamChannelsItemMessage func CreateItemTeamChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamChannelsItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesDeltaGetResponseable instead. type ItemTeamChannelsItemMessagesDeltaResponseable interface { ItemTeamChannelsItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go b/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go index 3abacba778c..1e7b50d8f0f 100644 --- a/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go +++ b/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string return NewItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamChannelsItemMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamChannelsItemMessagesItemRepliesDeltaResponseable, error) { diff --git a/groups/item_team_channels_item_messages_item_replies_delta_response.go b/groups/item_team_channels_item_messages_item_replies_delta_response.go index 6a983b2a703..328399571e7 100644 --- a/groups/item_team_channels_item_messages_item_replies_delta_response.go +++ b/groups/item_team_channels_item_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamChannelsItemMessagesItemRepliesDeltaResponse struct { ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesDeltaResponse()(*ItemTeamChannels func CreateItemTeamChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamChannelsItemMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamChannelsItemMessagesItemRepliesDeltaResponseable interface { ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_team_members_add_request_builder.go b/groups/item_team_members_add_request_builder.go index d3b06fbee00..8feb6b5114f 100644 --- a/groups/item_team_members_add_request_builder.go +++ b/groups/item_team_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemTeamMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemTeamMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_team_members_add_response.go b/groups/item_team_members_add_response.go index 1bca0f92dae..ff171747f5d 100644 --- a/groups/item_team_members_add_response.go +++ b/groups/item_team_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamMembersAddPostResponseable instead. type ItemTeamMembersAddResponse struct { ItemTeamMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemTeamMembersAddResponse()(*ItemTeamMembersAddResponse) { func CreateItemTeamMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamMembersAddPostResponseable instead. type ItemTeamMembersAddResponseable interface { ItemTeamMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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_request_builder.go b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index 2374ce194b3..561bfcfd8c8 100644 --- a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUser return NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { 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_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_response.go index 27c4a36a475..ca56c495047 100644 --- a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_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_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUser func CreateItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 62a3ada06b1..64ddb87316e 100644 --- a/groups/item_team_primary_channel_members_add_request_builder.go +++ b/groups/item_team_primary_channel_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemTeamPrimaryChannelMembersAddRequestBuilder(rawUrl string, requestAda 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemTeamPrimaryChannelMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/groups/item_team_primary_channel_members_add_response.go b/groups/item_team_primary_channel_members_add_response.go index 9da18696fb1..fa65892fc3e 100644 --- a/groups/item_team_primary_channel_members_add_response.go +++ b/groups/item_team_primary_channel_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMembersAddPostResponseable instead. type ItemTeamPrimaryChannelMembersAddResponse struct { ItemTeamPrimaryChannelMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelMembersAddResponse()(*ItemTeamPrimaryChannelMember func CreateItemTeamPrimaryChannelMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamPrimaryChannelMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMembersAddPostResponseable instead. type ItemTeamPrimaryChannelMembersAddResponseable interface { ItemTeamPrimaryChannelMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 212a9c4d7e1..c70b7796900 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 @@ -96,12 +96,12 @@ func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) Get( } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) ToGe requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_team_primary_channel_messages_delta_request_builder.go b/groups/item_team_primary_channel_messages_delta_request_builder.go index 13b6de43878..44e5243132b 100644 --- a/groups/item_team_primary_channel_messages_delta_request_builder.go +++ b/groups/item_team_primary_channel_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamPrimaryChannelMessagesDeltaRequestBuilder(rawUrl string, request return NewItemTeamPrimaryChannelMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamPrimaryChannelMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamPrimaryChannelMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamPrimaryChannelMessagesDeltaResponseable, error) { diff --git a/groups/item_team_primary_channel_messages_delta_response.go b/groups/item_team_primary_channel_messages_delta_response.go index 22776ccd61b..1cf06cd3ffc 100644 --- a/groups/item_team_primary_channel_messages_delta_response.go +++ b/groups/item_team_primary_channel_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesDeltaGetResponseable instead. type ItemTeamPrimaryChannelMessagesDeltaResponse struct { ItemTeamPrimaryChannelMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelMessagesDeltaResponse()(*ItemTeamPrimaryChannelMes func CreateItemTeamPrimaryChannelMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamPrimaryChannelMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesDeltaGetResponseable instead. type ItemTeamPrimaryChannelMessagesDeltaResponseable interface { ItemTeamPrimaryChannelMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go index aa7f3f2e033..e533018c642 100644 --- a/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go +++ b/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilder(rawUrl stri return NewItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseable, error) { diff --git a/groups/item_team_primary_channel_messages_item_replies_delta_response.go b/groups/item_team_primary_channel_messages_item_replies_delta_response.go index f8793835f6a..04bb40b2397 100644 --- a/groups/item_team_primary_channel_messages_item_replies_delta_response.go +++ b/groups/item_team_primary_channel_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponse struct { ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesDeltaResponse()(*ItemTeamPrimar func CreateItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamPrimaryChannelMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseable interface { ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/groups/item_threads_conversation_thread_item_request_builder.go b/groups/item_threads_conversation_thread_item_request_builder.go index 47c139591e2..d1f0ef11cc5 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. +// ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters get a thread object. type ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string `uriparametername:"%24select"` @@ -52,11 +52,11 @@ func NewItemThreadsConversationThreadItemRequestBuilder(rawUrl string, requestAd urlParams["request-raw-url"] = rawUrl return NewItemThreadsConversationThreadItemRequestBuilderInternal(urlParams, requestAdapter) } -// Delete delete conversationThread. +// Delete delete a thread object. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 func (m *ItemThreadsConversationThreadItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -71,12 +71,12 @@ 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. +// Get get a thread object. // returns a ConversationThreadable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0 func (m *ItemThreadsConversationThreadItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationThreadable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -127,7 +127,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) Posts()(*ItemThreadsIt func (m *ItemThreadsConversationThreadItemRequestBuilder) Reply()(*ItemThreadsItemReplyRequestBuilder) { return NewItemThreadsItemReplyRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToDeleteRequestInformation delete conversationThread. +// ToDeleteRequestInformation delete a thread object. // returns a *RequestInformation when successful func (m *ItemThreadsConversationThreadItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}", m.BaseRequestBuilder.PathParameters) @@ -138,7 +138,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) ToDeleteRequestInforma requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// ToGetRequestInformation get a thread object. // returns a *RequestInformation when successful func (m *ItemThreadsConversationThreadItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_threads_item_posts_post_item_request_builder.go b/groups/item_threads_item_posts_post_item_request_builder.go index 7aa48e4be81..1512285758f 100644 --- a/groups/item_threads_item_posts_post_item_request_builder.go +++ b/groups/item_threads_item_posts_post_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemThreadsItemPostsPostItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemThreadsItemPostsPostItemRequestBuilderGetQueryParameters 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. +// ItemThreadsItemPostsPostItemRequestBuilderGetQueryParameters get the properties and relationships of a post in a specified thread. You can specify both the parentconversation 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. type ItemThreadsItemPostsPostItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -62,7 +62,7 @@ func (m *ItemThreadsItemPostsPostItemRequestBuilder) Extensions()(*ItemThreadsIt func (m *ItemThreadsItemPostsPostItemRequestBuilder) Forward()(*ItemThreadsItemPostsItemForwardRequestBuilder) { return NewItemThreadsItemPostsItemForwardRequestBuilderInternal(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. +// Get get the properties and relationships of a post in a specified thread. You can specify both the parentconversation 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. // returns a Postable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -120,7 +120,7 @@ func (m *ItemThreadsItemPostsPostItemRequestBuilder) Patch(ctx context.Context, func (m *ItemThreadsItemPostsPostItemRequestBuilder) Reply()(*ItemThreadsItemPostsItemReplyRequestBuilder) { return NewItemThreadsItemPostsItemReplyRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// 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. +// ToGetRequestInformation get the properties and relationships of a post in a specified thread. You can specify both the parentconversation 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. // returns a *RequestInformation when successful func (m *ItemThreadsItemPostsPostItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsPostItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/groups/item_threads_item_posts_request_builder.go b/groups/item_threads_item_posts_request_builder.go index c2268cdfcb4..e93881768d5 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 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. +// 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. type ItemThreadsItemPostsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -67,7 +67,7 @@ func NewItemThreadsItemPostsRequestBuilder(rawUrl string, requestAdapter i2ae418 func (m *ItemThreadsItemPostsRequestBuilder) Count()(*ItemThreadsItemPostsCountRequestBuilder) { return NewItemThreadsItemPostsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// 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. +// 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. // returns a PostCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -90,7 +90,7 @@ func (m *ItemThreadsItemPostsRequestBuilder) Get(ctx context.Context, requestCon } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.PostCollectionResponseable), nil } -// 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. +// 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. // returns a *RequestInformation when successful func (m *ItemThreadsItemPostsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go b/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go index d8e728ab5ad..2ad026ee072 100644 --- a/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go +++ b/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go @@ -55,7 +55,7 @@ func NewConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthe return NewConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function findByMethodMode -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFindByMethodModeWithAuthenticationMethodModesGetResponse instead. // returns a ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilder) Get(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilderGetRequestConfiguration)(ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable, error) { diff --git a/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go b/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go index 12dfa1f706c..490baea3e11 100644 --- a/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go +++ b/identity/conditional_access_authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable instead. type ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponse struct { ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponse } @@ -20,7 +20,7 @@ func NewConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthe func CreateConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable instead. type ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable interface { ConditionalAccessAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go b/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go index be21cda7df5..f460e1d4b8f 100644 --- a/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go +++ b/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go @@ -55,7 +55,7 @@ func NewConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuth return NewConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function findByMethodMode -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFindByMethodModeWithAuthenticationMethodModesGetResponse instead. // returns a ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilder) Get(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilderGetRequestConfiguration)(ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable, error) { diff --git a/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_response.go b/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_response.go index 91b8b37a950..985aadd2c0c 100644 --- a/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_response.go +++ b/identity/conditional_access_authentication_strengths_policies_find_by_method_mode_with_authentication_method_modes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable instead. type ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesResponse struct { ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponse } @@ -20,7 +20,7 @@ func NewConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuth func CreateConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable instead. type ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable interface { ConditionalAccessAuthenticationStrengthsPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 cd6177868f8..477e3447027 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 a namedLocation object. +// ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an ipNamedLocation object. type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -54,11 +54,11 @@ func NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilder(rawUrl st urlParams["request-raw-url"] = rawUrl return NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilderInternal(urlParams, requestAdapter) } -// Delete delete an ipNamedLocation object. +// Delete delete a namedLocation object. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/ipnamedlocation-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,12 +73,12 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Delete( } return nil } -// Get retrieve the properties and relationships of a namedLocation object. +// Get retrieve the properties and relationships of an ipNamedLocation object. // returns a NamedLocationable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0 func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.NamedLocationable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -119,7 +119,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Patch(c } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.NamedLocationable), nil } -// ToDeleteRequestInformation delete an ipNamedLocation object. +// ToDeleteRequestInformation delete a namedLocation object. // returns a *RequestInformation when successful func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}", m.BaseRequestBuilder.PathParameters) @@ -130,7 +130,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToDelet requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation retrieve the properties and relationships of a namedLocation object. +// ToGetRequestInformation retrieve the properties and relationships of an ipNamedLocation object. // returns a *RequestInformation when successful func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/identity/custom_authentication_extensions_custom_authentication_extension_item_request_builder.go b/identity/custom_authentication_extensions_custom_authentication_extension_item_request_builder.go index f7474b85a25..dd671b93d49 100644 --- a/identity/custom_authentication_extensions_custom_authentication_extension_item_request_builder.go +++ b/identity/custom_authentication_extensions_custom_authentication_extension_item_request_builder.go @@ -18,7 +18,7 @@ type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuild // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. +// CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of a customAuthenticationExtension object. type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -73,12 +73,12 @@ func (m *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestB } return nil } -// Get read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. +// Get read the properties and relationships of a customAuthenticationExtension object. // returns a CustomAuthenticationExtensionable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0 func (m *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.CustomAuthenticationExtensionable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -127,7 +127,7 @@ func (m *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestB requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. +// ToGetRequestInformation read the properties and relationships of a customAuthenticationExtension object. // returns a *RequestInformation when successful func (m *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/identity/identity_providers_available_provider_types_request_builder.go b/identity/identity_providers_available_provider_types_request_builder.go index 4f1f1ebddf5..380fac33de9 100644 --- a/identity/identity_providers_available_provider_types_request_builder.go +++ b/identity/identity_providers_available_provider_types_request_builder.go @@ -46,7 +46,7 @@ func NewIdentityProvidersAvailableProviderTypesRequestBuilder(rawUrl string, req return NewIdentityProvidersAvailableProviderTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function availableProviderTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead. // returns a IdentityProvidersAvailableProviderTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *IdentityProvidersAvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *IdentityProvidersAvailableProviderTypesRequestBuilderGetRequestConfiguration)(IdentityProvidersAvailableProviderTypesResponseable, error) { diff --git a/identity/identity_providers_available_provider_types_response.go b/identity/identity_providers_available_provider_types_response.go index 3839385873e..0fff393100c 100644 --- a/identity/identity_providers_available_provider_types_response.go +++ b/identity/identity_providers_available_provider_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IdentityProvidersAvailableProviderTypesGetResponseable instead. type IdentityProvidersAvailableProviderTypesResponse struct { IdentityProvidersAvailableProviderTypesGetResponse } @@ -20,7 +20,7 @@ func NewIdentityProvidersAvailableProviderTypesResponse()(*IdentityProvidersAvai func CreateIdentityProvidersAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewIdentityProvidersAvailableProviderTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IdentityProvidersAvailableProviderTypesGetResponseable instead. type IdentityProvidersAvailableProviderTypesResponseable interface { IdentityProvidersAvailableProviderTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_request_builder.go index 0d23c0c5f69..ec0ad28ed59 100644 --- a/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDecisionsFilterByCurrentUserWithOnRequestBuilder(rawUrl str return NewAccessReviewsDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_response.go index 92720821d5b..5f1d680199c 100644 --- a/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDecisionsFilterByCurrentUserWithOnResponse()(*AccessReviews func CreateAccessReviewsDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go index 58e53058db2..d66449b5b78 100644 --- a/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequ return NewAccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go index c8f7d790f07..6b501fafa7b 100644 --- a/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResp func CreateAccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go index 8dbeb6534fa..171784bb636 100644 --- a/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequest return NewAccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_response.go index 5eded104e32..512b0cf52d4 100644 --- a/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_decisions_item_instance_stages_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponse struct { AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnRespons func CreateAccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable interface { AccessReviewsDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go index b174e120f34..a4664d93fc1 100644 --- a/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUser return NewAccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go index 0a888a5263e..2e9a67955bf 100644 --- a/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUser func CreateAccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go index 282559d69d2..8c8dcc43e61 100644 --- a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilder(rawUrl s return NewAccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go index 47fa359f601..e48f3397a47 100644 --- a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsFilterByCurrentUserWithOnResponse()(*AccessRevie func CreateAccessReviewsDefinitionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go index eb78e15985a..8f972107ee5 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBui return NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go index 0114e90963d..6364a85c0a4 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponse() func CreateAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go index badf2b04d30..ada7465dbc5 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWit return NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go index 7b0640fe68c..6601ba1c4bf 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWit func CreateAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go index e938f1a5428..1e1caea4b10 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilt return NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go index 674d24c2fac..3ceef7a38eb 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilt func CreateAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go index fae2ed1294b..8f03e204c3b 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItem return NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go index d21b4fb7d63..2ca2f184a7d 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItem func CreateAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsItemInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go index 17362faf36b..314b519266c 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOn return NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go index f6fc7c279a6..43a04c69aba 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOn func CreateAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go index c682db1ade2..1aa4c58c325 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurr return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go index 6771770ecba..e6ba30e2cd4 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurr func CreateAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go index 4677994e8a2..748a298ba2a 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstance return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go index 47219b10566..50ad9d27f9c 100644 --- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go +++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponse struct { AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstance func CreateAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable instead. type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable interface { AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go index 0ba60d13ca6..efe8096c625 100644 --- a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilder(rawU return NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go index 174a51d13d9..45c7b6bedbe 100644 --- a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponseable instead. type AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponse struct { AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnResponse()(*AppCons func CreateAppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponseable instead. type AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseable interface { AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go index a87db52cfa3..f1fbac3cc8f 100644 --- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWi return NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go index 4e46ed9d38c..6f3421ebe8b 100644 --- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable instead. type AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponse struct { AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWi func CreateAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable instead. type AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseable interface { AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go index e11c047ea29..29a9c7d1b7b 100644 --- a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUser return NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go index b7b5ba0bac7..9dc3d19e639 100644 --- a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go +++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponse struct { EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUser func CreateEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go index 5fc7541b2e6..54518cc97eb 100644 --- a/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserW return NewEntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_response.go index 7276ede30c8..c93c9fdf800 100644 --- a/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/entitlement_management_access_package_assignment_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponse struct { EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserW func CreateEntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_request_builder.go index 14c0dd2efe7..eb98ef687ab 100644 --- a/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_request_builder.go @@ -52,7 +52,7 @@ func NewEntitlementManagementAccessPackageAssignmentResourceRolesMyRequestBuilde return NewEntitlementManagementAccessPackageAssignmentResourceRolesMyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function My -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsMyGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentResourceRolesMyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentResourceRolesMyRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentResourceRolesMyRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentResourceRolesMyResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_response.go b/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_response.go index a1991ad3580..9862ff423d2 100644 --- a/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_response.go +++ b/identitygovernance/entitlement_management_access_package_assignment_resource_roles_my_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentResourceRolesMyGetResponseable instead. type EntitlementManagementAccessPackageAssignmentResourceRolesMyResponse struct { EntitlementManagementAccessPackageAssignmentResourceRolesMyGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentResourceRolesMyResponse()(*E func CreateEntitlementManagementAccessPackageAssignmentResourceRolesMyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentResourceRolesMyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentResourceRolesMyGetResponseable instead. type EntitlementManagementAccessPackageAssignmentResourceRolesMyResponseable interface { EntitlementManagementAccessPackageAssignmentResourceRolesMyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignments_additional_access_request_builder.go b/identitygovernance/entitlement_management_access_package_assignments_additional_access_request_builder.go index a570313ec80..a0284b90206 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_additional_access_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignments_additional_access_request_builder.go @@ -52,7 +52,7 @@ func NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessRequestBuil return NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function additionalAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAdditionalAccessGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentsAdditionalAccessResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentsAdditionalAccessRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentsAdditionalAccessRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentsAdditionalAccessResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignments_additional_access_response.go b/identitygovernance/entitlement_management_access_package_assignments_additional_access_response.go index a3945410845..ea222a9e7d7 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_additional_access_response.go +++ b/identitygovernance/entitlement_management_access_package_assignments_additional_access_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsAdditionalAccessGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsAdditionalAccessResponse struct { EntitlementManagementAccessPackageAssignmentsAdditionalAccessGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessResponse()( func CreateEntitlementManagementAccessPackageAssignmentsAdditionalAccessResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsAdditionalAccessGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsAdditionalAccessResponseable interface { EntitlementManagementAccessPackageAssignmentsAdditionalAccessGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go b/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go index eaabf8d4e52..d8aa9107ec0 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go @@ -58,7 +58,7 @@ func NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessP return NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function additionalAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go b/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go index d601f7db3f2..c7a26e6f1fb 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go +++ b/identitygovernance/entitlement_management_access_package_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponse struct { EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessP func CreateEntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseable interface { EntitlementManagementAccessPackageAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_request_builder.go index 8fa61d74b88..6b856e74c9e 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnRe return NewEntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_response.go index 142a652997d..e936829d7ed 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_response.go +++ b/identitygovernance/entitlement_management_access_package_assignments_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnResponse struct { EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnRe func CreateEntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementAccessPackageAssignmentsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go index 2a201e23ac4..640bea6480b 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignment return NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_response.go index a4bbfd39a68..82f48c12d08 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponse struct { EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignment func CreateEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_request_builder.go b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_request_builder.go index 51017532361..ffb2f9ed105 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_request_builder.go @@ -52,7 +52,7 @@ func NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignment return NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function My -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsMyGetResponse instead. // returns a EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_response.go b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_response.go index 6c9dc8fb7d9..df2224cb93b 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_response.go +++ b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_assignment_resource_roles_my_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyResponse struct { EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignment func CreateEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyGetResponseable instead. type EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyResponseable interface { EntitlementManagementAccessPackageAssignmentsItemAccessPackageAssignmentResourceRolesMyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_request_builder.go b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_request_builder.go index 7f82632c3fc..2ee077e4816 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_request_builder.go @@ -31,7 +31,7 @@ func NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplica return NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsRequestBuilderInternal(urlParams, requestAdapter) } // Post in Microsoft Entra 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetApplicablePolicyRequirementsPostResponse instead. // returns a EntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_response.go b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_response.go index e2b5953a0d1..f4dfce773a8 100644 --- a/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_response.go +++ b/identitygovernance/entitlement_management_access_package_assignments_item_access_package_get_applicable_policy_requirements_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsPostResponseable instead. type EntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsResponse struct { EntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsPostResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplica func CreateEntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsPostResponseable instead. type EntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsResponseable interface { EntitlementManagementAccessPackageAssignmentsItemAccessPackageGetApplicablePolicyRequirementsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_package_catalogs_item_access_package_custom_workflow_extensions_custom_callout_extension_item_request_builder.go b/identitygovernance/entitlement_management_access_package_catalogs_item_access_package_custom_workflow_extensions_custom_callout_extension_item_request_builder.go index 7ad7e4578b9..cb10b3696ed 100644 --- a/identitygovernance/entitlement_management_access_package_catalogs_item_access_package_custom_workflow_extensions_custom_callout_extension_item_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_catalogs_item_access_package_custom_workflow_extensions_custom_callout_extension_item_request_builder.go @@ -18,7 +18,7 @@ type EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowEx // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. +// EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. type EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -71,13 +71,13 @@ func (m *EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkfl } return nil } -// Get read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. +// Get read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. // Deprecated: as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions // returns a CustomCalloutExtensionable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 func (m *EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.CustomCalloutExtensionable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -131,7 +131,7 @@ func (m *EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkfl requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. +// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. // Deprecated: as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions // returns a *RequestInformation when successful func (m *EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageCatalogsItemAccessPackageCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { diff --git a/identitygovernance/entitlement_management_access_package_catalogs_item_custom_access_package_workflow_extensions_custom_access_package_workflow_extension_item_request_builder.go b/identitygovernance/entitlement_management_access_package_catalogs_item_custom_access_package_workflow_extensions_custom_access_package_workflow_extension_item_request_builder.go index c3ce235d280..05282afc14b 100644 --- a/identitygovernance/entitlement_management_access_package_catalogs_item_custom_access_package_workflow_extensions_custom_access_package_workflow_extension_item_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_catalogs_item_custom_access_package_workflow_extensions_custom_access_package_workflow_extension_item_request_builder.go @@ -54,12 +54,12 @@ func NewEntitlementManagementAccessPackageCatalogsItemCustomAccessPackageWorkflo urlParams["request-raw-url"] = rawUrl return NewEntitlementManagementAccessPackageCatalogsItemCustomAccessPackageWorkflowExtensionsCustomAccessPackageWorkflowExtensionItemRequestBuilderInternal(urlParams, requestAdapter) } -// Delete delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. +// 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:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. // Deprecated: as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 func (m *EntitlementManagementAccessPackageCatalogsItemCustomAccessPackageWorkflowExtensionsCustomAccessPackageWorkflowExtensionItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageCatalogsItemCustomAccessPackageWorkflowExtensionsCustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -122,7 +122,7 @@ func (m *EntitlementManagementAccessPackageCatalogsItemCustomAccessPackageWorkfl } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.CustomAccessPackageWorkflowExtensionable), nil } -// ToDeleteRequestInformation delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. +// 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:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. // Deprecated: as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions // returns a *RequestInformation when successful func (m *EntitlementManagementAccessPackageCatalogsItemCustomAccessPackageWorkflowExtensionsCustomAccessPackageWorkflowExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageCatalogsItemCustomAccessPackageWorkflowExtensionsCustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { diff --git a/identitygovernance/entitlement_management_access_package_catalogs_search_request_builder.go b/identitygovernance/entitlement_management_access_package_catalogs_search_request_builder.go index 55fab170322..68a978f7545 100644 --- a/identitygovernance/entitlement_management_access_package_catalogs_search_request_builder.go +++ b/identitygovernance/entitlement_management_access_package_catalogs_search_request_builder.go @@ -52,7 +52,7 @@ func NewEntitlementManagementAccessPackageCatalogsSearchRequestBuilder(rawUrl st return NewEntitlementManagementAccessPackageCatalogsSearchRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function Search -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSearchGetResponse instead. // returns a EntitlementManagementAccessPackageCatalogsSearchResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackageCatalogsSearchRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageCatalogsSearchRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageCatalogsSearchResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_package_catalogs_search_response.go b/identitygovernance/entitlement_management_access_package_catalogs_search_response.go index fe30959e037..35ed7638507 100644 --- a/identitygovernance/entitlement_management_access_package_catalogs_search_response.go +++ b/identitygovernance/entitlement_management_access_package_catalogs_search_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageCatalogsSearchGetResponseable instead. type EntitlementManagementAccessPackageCatalogsSearchResponse struct { EntitlementManagementAccessPackageCatalogsSearchGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageCatalogsSearchResponse()(*EntitlementM func CreateEntitlementManagementAccessPackageCatalogsSearchResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackageCatalogsSearchResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageCatalogsSearchGetResponseable instead. type EntitlementManagementAccessPackageCatalogsSearchResponseable interface { EntitlementManagementAccessPackageCatalogsSearchGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 27bd1ddf441..aa897e6e065 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 the properties and relationships of an accessPackage object. +// 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. type EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -93,12 +93,12 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) Del } return nil } -// Get retrieve the properties and relationships of an accessPackage object. +// 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. // returns a AccessPackageable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-1.0 func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.AccessPackageable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -170,7 +170,7 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToD requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation retrieve the properties and relationships of an accessPackage object. +// 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. // returns a *RequestInformation when successful func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go index f3fd99a5b0d..34cc5907554 100644 --- a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuild return NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go index 07f60c744d3..6331537c04a 100644 --- a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go +++ b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponse struct { EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponse()(* func CreateEntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseable interface { EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 2c1df1d532d..ce1254d779a 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 @@ -31,7 +31,7 @@ func NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRe return NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRequestBuilderInternal(urlParams, requestAdapter) } // Post in Microsoft Entra 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetApplicablePolicyRequirementsPostResponse instead. // returns a EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go index f738c1627ed..d342e25a6eb 100644 --- a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go +++ b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponseable instead. type EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponse struct { EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRe func CreateEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponseable instead. type EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponseable interface { EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_access_packages_search_request_builder.go b/identitygovernance/entitlement_management_access_packages_search_request_builder.go index a6d21979fb0..0569a5c7c68 100644 --- a/identitygovernance/entitlement_management_access_packages_search_request_builder.go +++ b/identitygovernance/entitlement_management_access_packages_search_request_builder.go @@ -52,7 +52,7 @@ func NewEntitlementManagementAccessPackagesSearchRequestBuilder(rawUrl string, r return NewEntitlementManagementAccessPackagesSearchRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function Search -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSearchGetResponse instead. // returns a EntitlementManagementAccessPackagesSearchResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAccessPackagesSearchRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesSearchRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackagesSearchResponseable, error) { diff --git a/identitygovernance/entitlement_management_access_packages_search_response.go b/identitygovernance/entitlement_management_access_packages_search_response.go index c1f28231e11..458463072e1 100644 --- a/identitygovernance/entitlement_management_access_packages_search_response.go +++ b/identitygovernance/entitlement_management_access_packages_search_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesSearchGetResponseable instead. type EntitlementManagementAccessPackagesSearchResponse struct { EntitlementManagementAccessPackagesSearchGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackagesSearchResponse()(*EntitlementManageme func CreateEntitlementManagementAccessPackagesSearchResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAccessPackagesSearchResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesSearchGetResponseable instead. type EntitlementManagementAccessPackagesSearchResponseable interface { EntitlementManagementAccessPackagesSearchGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go index a98717fe440..bdc681992d1 100644 --- a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestB return NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go index 5a6877b01b5..937f56d9181 100644 --- a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponse struct { EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponse func CreateEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_request_builder.go b/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_request_builder.go index 84d6b546b23..a321aa16a2d 100644 --- a/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWit return NewPermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_response.go b/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_response.go index 051740bf261..5600fe2a3c2 100644 --- a/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_response.go +++ b/identitygovernance/permissions_management_scheduled_permissions_approvals_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnGetResponseable instead. type PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnResponse struct { PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWit func CreatePermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnGetResponseable instead. type PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PermissionsManagementScheduledPermissionsApprovalsFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_request_builder.go index f9065f74d9a..c31b99a2275 100644 --- a/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWith return NewPermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_response.go b/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_response.go index 57f7203f853..461ee97a916 100644 --- a/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/permissions_management_scheduled_permissions_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnGetResponseable instead. type PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnResponse struct { PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWith func CreatePermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnGetResponseable instead. type PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PermissionsManagementScheduledPermissionsRequestsFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go index c695cc0f273..f64e62d7d86 100644 --- a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequest return NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go index f340fc2f850..aa427e79f93 100644 --- a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go +++ b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponse struct { PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRespons func CreatePrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go index 8f7b4826355..7c740756f79 100644 --- a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithO return NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go index 2d008e1c170..293ffbc2643 100644 --- a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go +++ b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse struct { PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithO func CreatePrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go index 96103886eba..6fbdc5b19d2 100644 --- a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOn return NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go index 37b1cbb01ce..06577a0d053 100644 --- a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse struct { PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOn func CreatePrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go index 7e957948651..645109c12bc 100644 --- a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequest return NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go index d82adca096a..a87b9913455 100644 --- a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go +++ b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponse struct { PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRespons func CreatePrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go index c758c670ef4..d2804291b97 100644 --- a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWith return NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go index e796ef5ea55..beca726db15 100644 --- a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go +++ b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse struct { PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWith func CreatePrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go index 04164789197..2af0615c7dc 100644 --- a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithO return NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go index ab1200df72d..6c1a3056306 100644 --- a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go +++ b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse struct { PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithO func CreatePrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable diff --git a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go index 886c50a29c6..37c0ef8af4f 100644 --- a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go +++ b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnReques return NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go index 666ccdf13be..c9fc8d10bee 100644 --- a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go +++ b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponse struct { PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRespon func CreatePrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable diff --git a/identityprotection/risk_detections_risk_detection_item_request_builder.go b/identityprotection/risk_detections_risk_detection_item_request_builder.go index e458cff3957..01cb40f9e8b 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 retrieve the properties of a collection of riskDetection objects. +// RiskDetectionsRiskDetectionItemRequestBuilderGetQueryParameters retrieve the properties of a riskDetection object. type RiskDetectionsRiskDetectionItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -70,12 +70,12 @@ func (m *RiskDetectionsRiskDetectionItemRequestBuilder) Delete(ctx context.Conte } return nil } -// Get retrieve the properties of a collection of riskDetection objects. +// Get retrieve the properties of a riskDetection object. // returns a RiskDetectionable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0 func (m *RiskDetectionsRiskDetectionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *RiskDetectionsRiskDetectionItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.RiskDetectionable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -124,7 +124,7 @@ func (m *RiskDetectionsRiskDetectionItemRequestBuilder) ToDeleteRequestInformati requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation retrieve the properties of a collection of riskDetection objects. +// ToGetRequestInformation retrieve the properties of a riskDetection object. // returns a *RequestInformation when successful func (m *RiskDetectionsRiskDetectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskDetectionsRiskDetectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/identityproviders/available_provider_types_request_builder.go b/identityproviders/available_provider_types_request_builder.go index 7916dc00c56..40832642570 100644 --- a/identityproviders/available_provider_types_request_builder.go +++ b/identityproviders/available_provider_types_request_builder.go @@ -46,7 +46,7 @@ func NewAvailableProviderTypesRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewAvailableProviderTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function availableProviderTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead. // returns a AvailableProviderTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *AvailableProviderTypesRequestBuilderGetRequestConfiguration)(AvailableProviderTypesResponseable, error) { diff --git a/identityproviders/available_provider_types_response.go b/identityproviders/available_provider_types_response.go index 08f9cca348e..c97c71de156 100644 --- a/identityproviders/available_provider_types_response.go +++ b/identityproviders/available_provider_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AvailableProviderTypesGetResponseable instead. type AvailableProviderTypesResponse struct { AvailableProviderTypesGetResponse } @@ -20,7 +20,7 @@ func NewAvailableProviderTypesResponse()(*AvailableProviderTypesResponse) { func CreateAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAvailableProviderTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AvailableProviderTypesGetResponseable instead. type AvailableProviderTypesResponseable interface { AvailableProviderTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/informationprotection/policy_labels_evaluate_application_request_builder.go b/informationprotection/policy_labels_evaluate_application_request_builder.go index f09ac098cda..741093e69ea 100644 --- a/informationprotection/policy_labels_evaluate_application_request_builder.go +++ b/informationprotection/policy_labels_evaluate_application_request_builder.go @@ -31,7 +31,7 @@ func NewPolicyLabelsEvaluateApplicationRequestBuilder(rawUrl string, requestAdap return NewPolicyLabelsEvaluateApplicationRequestBuilderInternal(urlParams, requestAdapter) } // Post compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateApplicationPostResponse instead. // returns a PolicyLabelsEvaluateApplicationResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/informationprotection/policy_labels_evaluate_application_response.go b/informationprotection/policy_labels_evaluate_application_response.go index 3af04f72118..8bad59d5c5c 100644 --- a/informationprotection/policy_labels_evaluate_application_response.go +++ b/informationprotection/policy_labels_evaluate_application_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicyLabelsEvaluateApplicationPostResponseable instead. type PolicyLabelsEvaluateApplicationResponse struct { PolicyLabelsEvaluateApplicationPostResponse } @@ -20,7 +20,7 @@ func NewPolicyLabelsEvaluateApplicationResponse()(*PolicyLabelsEvaluateApplicati func CreatePolicyLabelsEvaluateApplicationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPolicyLabelsEvaluateApplicationResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicyLabelsEvaluateApplicationPostResponseable instead. type PolicyLabelsEvaluateApplicationResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PolicyLabelsEvaluateApplicationPostResponseable diff --git a/informationprotection/policy_labels_evaluate_classification_results_request_builder.go b/informationprotection/policy_labels_evaluate_classification_results_request_builder.go index 8a67e61dfb9..0e4277f1798 100644 --- a/informationprotection/policy_labels_evaluate_classification_results_request_builder.go +++ b/informationprotection/policy_labels_evaluate_classification_results_request_builder.go @@ -31,7 +31,7 @@ func NewPolicyLabelsEvaluateClassificationResultsRequestBuilder(rawUrl string, r return NewPolicyLabelsEvaluateClassificationResultsRequestBuilderInternal(urlParams, requestAdapter) } // Post using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateClassificationResultsPostResponse instead. // returns a PolicyLabelsEvaluateClassificationResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/informationprotection/policy_labels_evaluate_classification_results_response.go b/informationprotection/policy_labels_evaluate_classification_results_response.go index 68c4ae97f51..9a451aeb573 100644 --- a/informationprotection/policy_labels_evaluate_classification_results_response.go +++ b/informationprotection/policy_labels_evaluate_classification_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicyLabelsEvaluateClassificationResultsPostResponseable instead. type PolicyLabelsEvaluateClassificationResultsResponse struct { PolicyLabelsEvaluateClassificationResultsPostResponse } @@ -20,7 +20,7 @@ func NewPolicyLabelsEvaluateClassificationResultsResponse()(*PolicyLabelsEvaluat func CreatePolicyLabelsEvaluateClassificationResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPolicyLabelsEvaluateClassificationResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicyLabelsEvaluateClassificationResultsPostResponseable instead. type PolicyLabelsEvaluateClassificationResultsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PolicyLabelsEvaluateClassificationResultsPostResponseable diff --git a/informationprotection/policy_labels_evaluate_removal_request_builder.go b/informationprotection/policy_labels_evaluate_removal_request_builder.go index cab8183ea10..d5176db8249 100644 --- a/informationprotection/policy_labels_evaluate_removal_request_builder.go +++ b/informationprotection/policy_labels_evaluate_removal_request_builder.go @@ -31,7 +31,7 @@ func NewPolicyLabelsEvaluateRemovalRequestBuilder(rawUrl string, requestAdapter return NewPolicyLabelsEvaluateRemovalRequestBuilderInternal(urlParams, requestAdapter) } // Post indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateRemovalPostResponse instead. // returns a PolicyLabelsEvaluateRemovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/informationprotection/policy_labels_evaluate_removal_response.go b/informationprotection/policy_labels_evaluate_removal_response.go index e982c1f88a4..9783ed22636 100644 --- a/informationprotection/policy_labels_evaluate_removal_response.go +++ b/informationprotection/policy_labels_evaluate_removal_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicyLabelsEvaluateRemovalPostResponseable instead. type PolicyLabelsEvaluateRemovalResponse struct { PolicyLabelsEvaluateRemovalPostResponse } @@ -20,7 +20,7 @@ func NewPolicyLabelsEvaluateRemovalResponse()(*PolicyLabelsEvaluateRemovalRespon func CreatePolicyLabelsEvaluateRemovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPolicyLabelsEvaluateRemovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PolicyLabelsEvaluateRemovalPostResponseable instead. type PolicyLabelsEvaluateRemovalResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PolicyLabelsEvaluateRemovalPostResponseable diff --git a/kiota-lock.json b/kiota-lock.json index ac12120ece0..1bb0842a57d 100644 --- a/kiota-lock.json +++ b/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "32D767D06B6D1CB34618A5F990E899AC28E0136CBFAFE56696B80E741E81D2D1350107B91E40FE6250796C1BE6ADDAA8E5437913F7B64230C04AB64D6D34CDD8", + "descriptionHash": "80AE5F11CB2B8FBB037F5218237A91F5BE7576BBBAAB151FC9F39207791A1CBBE34006DDCFF2AF096E840E8A8E076D056D1ED0C78526B7859DC517FE998E726D", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.11.1", diff --git a/models/chat_message_attachment.go b/models/chat_message_attachment.go index ae132fbeefe..02eb47000ad 100644 --- a/models/chat_message_attachment.go +++ b/models/chat_message_attachment.go @@ -52,7 +52,7 @@ func (m *ChatMessageAttachment) GetContent()(*string) { } return nil } -// GetContentType gets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header. +// GetContentType gets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header. // returns a *string when successful func (m *ChatMessageAttachment) GetContentType()(*string) { val, err := m.GetBackingStore().Get("contentType") @@ -64,7 +64,7 @@ func (m *ChatMessageAttachment) GetContentType()(*string) { } return nil } -// GetContentUrl gets the contentUrl property value. URL for the content of the attachment. Supported protocols: http, https, file and data. +// GetContentUrl gets the contentUrl property value. The URL for the content of the attachment. // returns a *string when successful func (m *ChatMessageAttachment) GetContentUrl()(*string) { val, err := m.GetBackingStore().Get("contentUrl") @@ -162,7 +162,7 @@ func (m *ChatMessageAttachment) GetFieldDeserializers()(map[string]func(i878a80d } return res } -// GetId gets the id property value. Read-only. Unique id of the attachment. +// GetId gets the id property value. Read-only. The unique id of the attachment. // returns a *string when successful func (m *ChatMessageAttachment) GetId()(*string) { val, err := m.GetBackingStore().Get("id") @@ -198,7 +198,7 @@ func (m *ChatMessageAttachment) GetOdataType()(*string) { } return nil } -// GetTeamsAppId gets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is specifically used to attribute a Teams message card to the specified app. +// GetTeamsAppId gets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app. // returns a *string when successful func (m *ChatMessageAttachment) GetTeamsAppId()(*string) { val, err := m.GetBackingStore().Get("teamsAppId") @@ -210,7 +210,7 @@ func (m *ChatMessageAttachment) GetTeamsAppId()(*string) { } return nil } -// GetThumbnailUrl gets the thumbnailUrl property value. URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document. +// GetThumbnailUrl gets the thumbnailUrl property value. The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document. // returns a *string when successful func (m *ChatMessageAttachment) GetThumbnailUrl()(*string) { val, err := m.GetBackingStore().Get("thumbnailUrl") @@ -298,21 +298,21 @@ func (m *ChatMessageAttachment) SetContent(value *string)() { panic(err) } } -// SetContentType sets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header. +// SetContentType sets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header. func (m *ChatMessageAttachment) SetContentType(value *string)() { err := m.GetBackingStore().Set("contentType", value) if err != nil { panic(err) } } -// SetContentUrl sets the contentUrl property value. URL for the content of the attachment. Supported protocols: http, https, file and data. +// SetContentUrl sets the contentUrl property value. The URL for the content of the attachment. func (m *ChatMessageAttachment) SetContentUrl(value *string)() { err := m.GetBackingStore().Set("contentUrl", value) if err != nil { panic(err) } } -// SetId sets the id property value. Read-only. Unique id of the attachment. +// SetId sets the id property value. Read-only. The unique id of the attachment. func (m *ChatMessageAttachment) SetId(value *string)() { err := m.GetBackingStore().Set("id", value) if err != nil { @@ -333,14 +333,14 @@ func (m *ChatMessageAttachment) SetOdataType(value *string)() { panic(err) } } -// SetTeamsAppId sets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is specifically used to attribute a Teams message card to the specified app. +// SetTeamsAppId sets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app. func (m *ChatMessageAttachment) SetTeamsAppId(value *string)() { err := m.GetBackingStore().Set("teamsAppId", value) if err != nil { panic(err) } } -// SetThumbnailUrl sets the thumbnailUrl property value. URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document. +// SetThumbnailUrl sets the thumbnailUrl property value. The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document. func (m *ChatMessageAttachment) SetThumbnailUrl(value *string)() { err := m.GetBackingStore().Set("thumbnailUrl", value) if err != nil { diff --git a/models/device_management_configuration_choice_setting_collection_definition.go b/models/device_management_configuration_choice_setting_collection_definition.go index e682badd91f..849a9e8f6b8 100644 --- a/models/device_management_configuration_choice_setting_collection_definition.go +++ b/models/device_management_configuration_choice_setting_collection_definition.go @@ -45,7 +45,7 @@ func (m *DeviceManagementConfigurationChoiceSettingCollectionDefinition) GetFiel } return res } -// GetMaximumCount gets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100 +// GetMaximumCount gets the maximumCount property value. Maximum number of choices in the collection // returns a *int32 when successful func (m *DeviceManagementConfigurationChoiceSettingCollectionDefinition) GetMaximumCount()(*int32) { val, err := m.GetBackingStore().Get("maximumCount") @@ -57,7 +57,7 @@ func (m *DeviceManagementConfigurationChoiceSettingCollectionDefinition) GetMaxi } return nil } -// GetMinimumCount gets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100 +// GetMinimumCount gets the minimumCount property value. Minimum number of choices in the collection // returns a *int32 when successful func (m *DeviceManagementConfigurationChoiceSettingCollectionDefinition) GetMinimumCount()(*int32) { val, err := m.GetBackingStore().Get("minimumCount") @@ -89,14 +89,14 @@ func (m *DeviceManagementConfigurationChoiceSettingCollectionDefinition) Seriali } return nil } -// SetMaximumCount sets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100 +// SetMaximumCount sets the maximumCount property value. Maximum number of choices in the collection func (m *DeviceManagementConfigurationChoiceSettingCollectionDefinition) SetMaximumCount(value *int32)() { err := m.GetBackingStore().Set("maximumCount", value) if err != nil { panic(err) } } -// SetMinimumCount sets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100 +// SetMinimumCount sets the minimumCount property value. Minimum number of choices in the collection func (m *DeviceManagementConfigurationChoiceSettingCollectionDefinition) SetMinimumCount(value *int32)() { err := m.GetBackingStore().Set("minimumCount", value) if err != nil { diff --git a/models/device_management_configuration_referred_setting_information.go b/models/device_management_configuration_referred_setting_information.go index 8f0d294486c..16fe9c74a9a 100644 --- a/models/device_management_configuration_referred_setting_information.go +++ b/models/device_management_configuration_referred_setting_information.go @@ -79,7 +79,7 @@ func (m *DeviceManagementConfigurationReferredSettingInformation) GetOdataType() } return nil } -// GetSettingDefinitionId gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. +// GetSettingDefinitionId gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting // returns a *string when successful func (m *DeviceManagementConfigurationReferredSettingInformation) GetSettingDefinitionId()(*string) { val, err := m.GetBackingStore().Get("settingDefinitionId") @@ -131,7 +131,7 @@ func (m *DeviceManagementConfigurationReferredSettingInformation) SetOdataType(v panic(err) } } -// SetSettingDefinitionId sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. +// SetSettingDefinitionId sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting func (m *DeviceManagementConfigurationReferredSettingInformation) SetSettingDefinitionId(value *string)() { err := m.GetBackingStore().Set("settingDefinitionId", value) if err != nil { diff --git a/models/device_management_configuration_setting_group_collection_definition.go b/models/device_management_configuration_setting_group_collection_definition.go index 5d493903800..72e7bfbc56a 100644 --- a/models/device_management_configuration_setting_group_collection_definition.go +++ b/models/device_management_configuration_setting_group_collection_definition.go @@ -45,7 +45,7 @@ func (m *DeviceManagementConfigurationSettingGroupCollectionDefinition) GetField } return res } -// GetMaximumCount gets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100 +// GetMaximumCount gets the maximumCount property value. Maximum number of setting group count in the collection // returns a *int32 when successful func (m *DeviceManagementConfigurationSettingGroupCollectionDefinition) GetMaximumCount()(*int32) { val, err := m.GetBackingStore().Get("maximumCount") @@ -57,7 +57,7 @@ func (m *DeviceManagementConfigurationSettingGroupCollectionDefinition) GetMaxim } return nil } -// GetMinimumCount gets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100 +// GetMinimumCount gets the minimumCount property value. Minimum number of setting group count in the collection // returns a *int32 when successful func (m *DeviceManagementConfigurationSettingGroupCollectionDefinition) GetMinimumCount()(*int32) { val, err := m.GetBackingStore().Get("minimumCount") @@ -89,14 +89,14 @@ func (m *DeviceManagementConfigurationSettingGroupCollectionDefinition) Serializ } return nil } -// SetMaximumCount sets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100 +// SetMaximumCount sets the maximumCount property value. Maximum number of setting group count in the collection func (m *DeviceManagementConfigurationSettingGroupCollectionDefinition) SetMaximumCount(value *int32)() { err := m.GetBackingStore().Set("maximumCount", value) if err != nil { panic(err) } } -// SetMinimumCount sets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100 +// SetMinimumCount sets the minimumCount property value. Minimum number of setting group count in the collection func (m *DeviceManagementConfigurationSettingGroupCollectionDefinition) SetMinimumCount(value *int32)() { err := m.GetBackingStore().Set("minimumCount", value) if err != nil { diff --git a/models/device_management_configuration_string_setting_value_definition.go b/models/device_management_configuration_string_setting_value_definition.go index 9a3156b662d..d37e1eda1b2 100644 --- a/models/device_management_configuration_string_setting_value_definition.go +++ b/models/device_management_configuration_string_setting_value_definition.go @@ -106,7 +106,7 @@ func (m *DeviceManagementConfigurationStringSettingValueDefinition) GetFileTypes } return nil } -// GetFormat gets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. +// GetFormat gets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub. // returns a *DeviceManagementConfigurationStringFormat when successful func (m *DeviceManagementConfigurationStringSettingValueDefinition) GetFormat()(*DeviceManagementConfigurationStringFormat) { val, err := m.GetBackingStore().Get("format") @@ -142,7 +142,7 @@ func (m *DeviceManagementConfigurationStringSettingValueDefinition) GetIsSecret( } return nil } -// GetMaximumLength gets the maximumLength property value. Maximum length of string. Valid values 0 to 87516 +// GetMaximumLength gets the maximumLength property value. Maximum length of string // returns a *int64 when successful func (m *DeviceManagementConfigurationStringSettingValueDefinition) GetMaximumLength()(*int64) { val, err := m.GetBackingStore().Get("maximumLength") @@ -154,7 +154,7 @@ func (m *DeviceManagementConfigurationStringSettingValueDefinition) GetMaximumLe } return nil } -// GetMinimumLength gets the minimumLength property value. Minimum length of string. Valid values 0 to 87516 +// GetMinimumLength gets the minimumLength property value. Minimum length of string // returns a *int64 when successful func (m *DeviceManagementConfigurationStringSettingValueDefinition) GetMinimumLength()(*int64) { val, err := m.GetBackingStore().Get("minimumLength") @@ -218,7 +218,7 @@ func (m *DeviceManagementConfigurationStringSettingValueDefinition) SetFileTypes panic(err) } } -// SetFormat sets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. +// SetFormat sets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub. func (m *DeviceManagementConfigurationStringSettingValueDefinition) SetFormat(value *DeviceManagementConfigurationStringFormat)() { err := m.GetBackingStore().Set("format", value) if err != nil { @@ -239,14 +239,14 @@ func (m *DeviceManagementConfigurationStringSettingValueDefinition) SetIsSecret( panic(err) } } -// SetMaximumLength sets the maximumLength property value. Maximum length of string. Valid values 0 to 87516 +// SetMaximumLength sets the maximumLength property value. Maximum length of string func (m *DeviceManagementConfigurationStringSettingValueDefinition) SetMaximumLength(value *int64)() { err := m.GetBackingStore().Set("maximumLength", value) if err != nil { panic(err) } } -// SetMinimumLength sets the minimumLength property value. Minimum length of string. Valid values 0 to 87516 +// SetMinimumLength sets the minimumLength property value. Minimum length of string func (m *DeviceManagementConfigurationStringSettingValueDefinition) SetMinimumLength(value *int64)() { err := m.GetBackingStore().Set("minimumLength", value) if err != nil { diff --git a/models/domain.go b/models/domain.go index 25aab61d524..7ef1cb14cf9 100644 --- a/models/domain.go +++ b/models/domain.go @@ -293,7 +293,7 @@ func (m *Domain) GetIsDefault()(*bool) { } return nil } -// GetIsInitial gets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable +// GetIsInitial gets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (contoso.com). There is only one initial domain per company. Not nullable // returns a *bool when successful func (m *Domain) GetIsInitial()(*bool) { val, err := m.GetBackingStore().Get("isInitial") @@ -589,7 +589,7 @@ func (m *Domain) SetIsDefault(value *bool)() { panic(err) } } -// SetIsInitial sets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable +// SetIsInitial sets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (contoso.com). There is only one initial domain per company. Not nullable func (m *Domain) SetIsInitial(value *bool)() { err := m.GetBackingStore().Set("isInitial", value) if err != nil { diff --git a/models/education_user.go b/models/education_user.go index 53789672608..c4627766b88 100644 --- a/models/education_user.go +++ b/models/education_user.go @@ -610,7 +610,7 @@ func (m *EducationUser) GetGivenName()(*string) { } return nil } -// GetMail gets the mail property value. The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. +// GetMail gets the mail property value. The SMTP address for the user; for example, 'jeff@contoso.com'. Read-Only. Supports /$filter. // returns a *string when successful func (m *EducationUser) GetMail()(*string) { val, err := m.GetBackingStore().Get("mail") @@ -1298,7 +1298,7 @@ func (m *EducationUser) SetGivenName(value *string)() { panic(err) } } -// SetMail sets the mail property value. The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. +// SetMail sets the mail property value. The SMTP address for the user; for example, 'jeff@contoso.com'. Read-Only. Supports /$filter. func (m *EducationUser) SetMail(value *string)() { err := m.GetBackingStore().Set("mail", value) if err != nil { diff --git a/models/event.go b/models/event.go index caef63bc1dc..3cc9754be3c 100644 --- a/models/event.go +++ b/models/event.go @@ -94,7 +94,7 @@ func (m *Event) GetCalendar()(Calendarable) { } return nil } -// GetCancelledOccurrences gets the cancelledOccurrences property value. Contains occurrenceId property values of cancelled instances in a recurring series, if the event is the series master. Instances in a recurring series that are cancelled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value). +// GetCancelledOccurrences gets the cancelledOccurrences property value. Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. Instances in a recurring series that are canceled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value). // returns a []string when successful func (m *Event) GetCancelledOccurrences()([]string) { val, err := m.GetBackingStore().Get("cancelledOccurrences") @@ -688,7 +688,7 @@ func (m *Event) GetImportance()(*Importance) { } return nil } -// GetInstances gets the instances property value. The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// GetInstances gets the instances property value. The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a []Eventable when successful func (m *Event) GetInstances()([]Eventable) { val, err := m.GetBackingStore().Get("instances") @@ -1445,7 +1445,7 @@ func (m *Event) SetCalendar(value Calendarable)() { panic(err) } } -// SetCancelledOccurrences sets the cancelledOccurrences property value. Contains occurrenceId property values of cancelled instances in a recurring series, if the event is the series master. Instances in a recurring series that are cancelled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value). +// SetCancelledOccurrences sets the cancelledOccurrences property value. Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. Instances in a recurring series that are canceled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value). func (m *Event) SetCancelledOccurrences(value []string)() { err := m.GetBackingStore().Set("cancelledOccurrences", value) if err != nil { @@ -1494,7 +1494,7 @@ func (m *Event) SetImportance(value *Importance)() { panic(err) } } -// SetInstances sets the instances property value. The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// SetInstances sets the instances property value. The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. func (m *Event) SetInstances(value []Eventable)() { err := m.GetBackingStore().Set("instances", value) if err != nil { diff --git a/models/group.go b/models/group.go index 72abd4a6b35..d7213a35672 100644 --- a/models/group.go +++ b/models/group.go @@ -1416,7 +1416,7 @@ func (m *Group) GetLicenseProcessingState()(LicenseProcessingStateable) { } return nil } -// GetMail gets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). +// GetMail gets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). // returns a *string when successful func (m *Group) GetMail()(*string) { val, err := m.GetBackingStore().Get("mail") @@ -2845,7 +2845,7 @@ func (m *Group) SetLicenseProcessingState(value LicenseProcessingStateable)() { panic(err) } } -// SetMail sets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). +// SetMail sets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). func (m *Group) SetMail(value *string)() { err := m.GetBackingStore().Set("mail", value) if err != nil { diff --git a/models/identity_set.go b/models/identity_set.go index 749df189cbf..4f7bf6f9002 100644 --- a/models/identity_set.go +++ b/models/identity_set.go @@ -61,7 +61,7 @@ func (m *IdentitySet) GetAdditionalData()(map[string]any) { } return val.(map[string]any) } -// GetApplication gets the application property value. Optional. The application associated with this action. +// GetApplication gets the application property value. The Identity of the Application. This property is read-only. // returns a Identityable when successful func (m *IdentitySet) GetApplication()(Identityable) { val, err := m.GetBackingStore().Get("application") @@ -78,7 +78,7 @@ func (m *IdentitySet) GetApplication()(Identityable) { func (m *IdentitySet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetDevice gets the device property value. Optional. The device associated with this action. +// GetDevice gets the device property value. The Identity of the Device. This property is read-only. // returns a Identityable when successful func (m *IdentitySet) GetDevice()(Identityable) { val, err := m.GetBackingStore().Get("device") @@ -148,7 +148,7 @@ func (m *IdentitySet) GetOdataType()(*string) { } return nil } -// GetUser gets the user property value. Optional. The user associated with this action. +// GetUser gets the user property value. The Identity of the User. This property is read-only. // returns a Identityable when successful func (m *IdentitySet) GetUser()(Identityable) { val, err := m.GetBackingStore().Get("user") @@ -201,7 +201,7 @@ func (m *IdentitySet) SetAdditionalData(value map[string]any)() { panic(err) } } -// SetApplication sets the application property value. Optional. The application associated with this action. +// SetApplication sets the application property value. The Identity of the Application. This property is read-only. func (m *IdentitySet) SetApplication(value Identityable)() { err := m.GetBackingStore().Set("application", value) if err != nil { @@ -212,7 +212,7 @@ func (m *IdentitySet) SetApplication(value Identityable)() { func (m *IdentitySet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetDevice sets the device property value. Optional. The device associated with this action. +// SetDevice sets the device property value. The Identity of the Device. This property is read-only. func (m *IdentitySet) SetDevice(value Identityable)() { err := m.GetBackingStore().Set("device", value) if err != nil { @@ -226,7 +226,7 @@ func (m *IdentitySet) SetOdataType(value *string)() { panic(err) } } -// SetUser sets the user property value. Optional. The user associated with this action. +// SetUser sets the user property value. The Identity of the User. This property is read-only. func (m *IdentitySet) SetUser(value Identityable)() { err := m.GetBackingStore().Set("user", value) if err != nil { diff --git a/models/object_identity.go b/models/object_identity.go index 770f56feaef..fc83cec7f4d 100644 --- a/models/object_identity.go +++ b/models/object_identity.go @@ -86,7 +86,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 guests from other Microsoft Entra 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. 512 character limit. For local accounts (where signInType isn't federated), this property is the local default domain name for the tenant, for example contoso.com.
For guests from other Microsoft Entra organization, this is the domain of the federated organization, for examplecontoso.com`. For more information about filtering behavior for this property, see Filtering on the identities property of a user. // returns a *string when successful func (m *ObjectIdentity) GetIssuer()(*string) { val, err := m.GetBackingStore().Get("issuer") @@ -98,7 +98,7 @@ func (m *ObjectIdentity) GetIssuer()(*string) { } return nil } -// GetIssuerAssignedId gets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or Supports $filter. 64 character limit. +// GetIssuerAssignedId gets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user. // returns a *string when successful func (m *ObjectIdentity) GetIssuerAssignedId()(*string) { val, err := m.GetBackingStore().Get("issuerAssignedId") @@ -122,7 +122,7 @@ func (m *ObjectIdentity) GetOdataType()(*string) { } return nil } -// GetSignInType gets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. +// GetSignInType gets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. // returns a *string when successful func (m *ObjectIdentity) GetSignInType()(*string) { val, err := m.GetBackingStore().Get("signInType") @@ -179,14 +179,14 @@ func (m *ObjectIdentity) SetAdditionalData(value map[string]any)() { 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 guests from other Microsoft Entra 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. 512 character limit. For local accounts (where signInType isn't federated), this property is the local default domain name for the tenant, for example contoso.com.
For guests from other Microsoft Entra organization, this is the domain of the federated organization, for examplecontoso.com`. For more information about filtering behavior for this property, see Filtering on the identities property of a user. func (m *ObjectIdentity) SetIssuer(value *string)() { err := m.GetBackingStore().Set("issuer", value) if err != nil { panic(err) } } -// SetIssuerAssignedId sets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or Supports $filter. 64 character limit. +// SetIssuerAssignedId sets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user. func (m *ObjectIdentity) SetIssuerAssignedId(value *string)() { err := m.GetBackingStore().Set("issuerAssignedId", value) if err != nil { @@ -200,7 +200,7 @@ func (m *ObjectIdentity) SetOdataType(value *string)() { panic(err) } } -// SetSignInType sets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. +// SetSignInType sets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. func (m *ObjectIdentity) SetSignInType(value *string)() { err := m.GetBackingStore().Set("signInType", value) if err != nil { diff --git a/models/operation_approval_policy.go b/models/operation_approval_policy.go index 5ac4f60c83c..ce5b8e7a8c4 100644 --- a/models/operation_approval_policy.go +++ b/models/operation_approval_policy.go @@ -139,7 +139,7 @@ func (m *OperationApprovalPolicy) GetFieldDeserializers()(map[string]func(i878a8 } return res } -// GetLastModifiedDateTime gets the lastModifiedDateTime property value. Indicates the last DateTime that the policy was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'policyType' property changes from apps to scripts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. +// GetLastModifiedDateTime gets the lastModifiedDateTime property value. Indicates the last DateTime that the policy was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'policyType' property changes from `apps` to `scripts`. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. // returns a *Time when successful func (m *OperationApprovalPolicy) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) { val, err := m.GetBackingStore().Get("lastModifiedDateTime") @@ -254,7 +254,7 @@ func (m *OperationApprovalPolicy) SetDisplayName(value *string)() { panic(err) } } -// SetLastModifiedDateTime sets the lastModifiedDateTime property value. Indicates the last DateTime that the policy was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'policyType' property changes from apps to scripts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. +// SetLastModifiedDateTime sets the lastModifiedDateTime property value. Indicates the last DateTime that the policy was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'policyType' property changes from `apps` to `scripts`. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. func (m *OperationApprovalPolicy) SetLastModifiedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() { err := m.GetBackingStore().Set("lastModifiedDateTime", value) if err != nil { diff --git a/models/operation_approval_request.go b/models/operation_approval_request.go index d67b12121f5..cbb316a2cb0 100644 --- a/models/operation_approval_request.go +++ b/models/operation_approval_request.go @@ -169,7 +169,7 @@ func (m *OperationApprovalRequest) GetFieldDeserializers()(map[string]func(i878a } return res } -// GetLastModifiedDateTime gets the lastModifiedDateTime property value. Indicates the last DateTime that the request was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'status' property changes from needsApproval to approved. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. +// GetLastModifiedDateTime gets the lastModifiedDateTime property value. Indicates the last DateTime that the request was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'status' property changes from `needsApproval` to `approved`. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. // returns a *Time when successful func (m *OperationApprovalRequest) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) { val, err := m.GetBackingStore().Get("lastModifiedDateTime") @@ -289,7 +289,7 @@ func (m *OperationApprovalRequest) SetExpirationDateTime(value *i336074805fc8539 panic(err) } } -// SetLastModifiedDateTime sets the lastModifiedDateTime property value. Indicates the last DateTime that the request was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'status' property changes from needsApproval to approved. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. +// SetLastModifiedDateTime sets the lastModifiedDateTime property value. Indicates the last DateTime that the request was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'status' property changes from `needsApproval` to `approved`. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. This property is read-only. func (m *OperationApprovalRequest) SetLastModifiedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() { err := m.GetBackingStore().Set("lastModifiedDateTime", value) if err != nil { diff --git a/models/operation_approval_request_entity_status.go b/models/operation_approval_request_entity_status.go index 5c42f1e56ec..a961a456af1 100644 --- a/models/operation_approval_request_entity_status.go +++ b/models/operation_approval_request_entity_status.go @@ -42,7 +42,7 @@ func (m *OperationApprovalRequestEntityStatus) GetAdditionalData()(map[string]an func (m *OperationApprovalRequestEntityStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetEntityLocked gets the entityLocked property value. The status of the Entity connected to the OperationApprovalRequest in regard to changes, whether further requests are allowed or if the Entity is locked. When true, a lock is present on the Entity and no approval requests can be currently made for it. When false, the Entity is not locked and approval requests are allowed. Default value is false. Read-only. This property is read-only. +// GetEntityLocked gets the entityLocked property value. The status of the Entity connected to the OperationApprovalRequest in regard to changes, whether further requests are allowed or if the Entity is locked. When `true`, a lock is present on the Entity and no approval requests can be currently made for it. When `false`, the Entity is not locked and approval requests are allowed. Default value is `false`. Read-only. This property is read-only. // returns a *bool when successful func (m *OperationApprovalRequestEntityStatus) GetEntityLocked()(*bool) { val, err := m.GetBackingStore().Get("entityLocked") @@ -192,7 +192,7 @@ func (m *OperationApprovalRequestEntityStatus) SetAdditionalData(value map[strin func (m *OperationApprovalRequestEntityStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetEntityLocked sets the entityLocked property value. The status of the Entity connected to the OperationApprovalRequest in regard to changes, whether further requests are allowed or if the Entity is locked. When true, a lock is present on the Entity and no approval requests can be currently made for it. When false, the Entity is not locked and approval requests are allowed. Default value is false. Read-only. This property is read-only. +// SetEntityLocked sets the entityLocked property value. The status of the Entity connected to the OperationApprovalRequest in regard to changes, whether further requests are allowed or if the Entity is locked. When `true`, a lock is present on the Entity and no approval requests can be currently made for it. When `false`, the Entity is not locked and approval requests are allowed. Default value is `false`. Read-only. This property is read-only. func (m *OperationApprovalRequestEntityStatus) SetEntityLocked(value *bool)() { err := m.GetBackingStore().Set("entityLocked", value) if err != nil { diff --git a/models/org_contact.go b/models/org_contact.go index bb75dca9d03..6e84f74514c 100644 --- a/models/org_contact.go +++ b/models/org_contact.go @@ -366,7 +366,7 @@ func (m *OrgContact) GetJobTitle()(*string) { } return nil } -// GetMail gets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.onmicrosoft.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). +// GetMail gets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). // returns a *string when successful func (m *OrgContact) GetMail()(*string) { val, err := m.GetBackingStore().Get("mail") @@ -747,7 +747,7 @@ func (m *OrgContact) SetJobTitle(value *string)() { panic(err) } } -// SetMail sets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.onmicrosoft.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). +// SetMail sets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). func (m *OrgContact) SetMail(value *string)() { err := m.GetBackingStore().Set("mail", value) if err != nil { diff --git a/models/risk_detection.go b/models/risk_detection.go index af75b38211b..e3d1b68116d 100644 --- a/models/risk_detection.go +++ b/models/risk_detection.go @@ -380,7 +380,7 @@ func (m *RiskDetection) GetRiskDetail()(*RiskDetail) { } return nil } -// GetRiskEventType gets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousUserActivity, anonymizedIPAddress, generic, investigationsThreatIntelligence, investigationsThreatIntelligenceSigninLinked,leakedCredentials, maliciousIPAddress, maliciousIPAddressValidCredentialsBlockedIP, malwareInfectedIPAddress, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, suspiciousAPITraffic, suspiciousIPAddress, unfamiliarFeatures, unlikelyTravel, userReportedSuspiciousActivity. For more information about each value, see riskEventType values. +// GetRiskEventType gets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousUserActivity, anonymizedIPAddress, generic, investigationsThreatIntelligence, investigationsThreatIntelligenceSigninLinked,leakedCredentials, maliciousIPAddress, maliciousIPAddressValidCredentialsBlockedIP, malwareInfectedIPAddress, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, suspiciousAPITraffic, suspiciousIPAddress, unfamiliarFeatures, unlikelyTravel, userReportedSuspiciousActivity. For more information about each value, see Risk types and detection. // returns a *string when successful func (m *RiskDetection) GetRiskEventType()(*string) { val, err := m.GetBackingStore().Get("riskEventType") @@ -713,7 +713,7 @@ func (m *RiskDetection) SetRiskDetail(value *RiskDetail)() { panic(err) } } -// SetRiskEventType sets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousUserActivity, anonymizedIPAddress, generic, investigationsThreatIntelligence, investigationsThreatIntelligenceSigninLinked,leakedCredentials, maliciousIPAddress, maliciousIPAddressValidCredentialsBlockedIP, malwareInfectedIPAddress, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, suspiciousAPITraffic, suspiciousIPAddress, unfamiliarFeatures, unlikelyTravel, userReportedSuspiciousActivity. For more information about each value, see riskEventType values. +// SetRiskEventType sets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousUserActivity, anonymizedIPAddress, generic, investigationsThreatIntelligence, investigationsThreatIntelligenceSigninLinked,leakedCredentials, maliciousIPAddress, maliciousIPAddressValidCredentialsBlockedIP, malwareInfectedIPAddress, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, suspiciousAPITraffic, suspiciousIPAddress, unfamiliarFeatures, unlikelyTravel, userReportedSuspiciousActivity. For more information about each value, see Risk types and detection. func (m *RiskDetection) SetRiskEventType(value *string)() { err := m.GetBackingStore().Set("riskEventType", value) if err != nil { diff --git a/models/security/alert.go b/models/security/alert.go index 2cd322c5636..fa478c81c29 100644 --- a/models/security/alert.go +++ b/models/security/alert.go @@ -673,7 +673,7 @@ func (m *Alert) GetStatus()(*AlertStatus) { } return nil } -// GetSystemTags gets the systemTags property value. The systemTags property +// GetSystemTags gets the systemTags property value. The system tags associated with the alert // returns a []string when successful func (m *Alert) GetSystemTags()([]string) { val, err := m.GetBackingStore().Get("systemTags") @@ -1127,7 +1127,7 @@ func (m *Alert) SetStatus(value *AlertStatus)() { panic(err) } } -// SetSystemTags sets the systemTags property value. The systemTags property +// SetSystemTags sets the systemTags property value. The system tags associated with the alert func (m *Alert) SetSystemTags(value []string)() { err := m.GetBackingStore().Set("systemTags", value) if err != nil { diff --git a/models/security/incident.go b/models/security/incident.go index c1049748f45..c45b7e40c25 100644 --- a/models/security/incident.go +++ b/models/security/incident.go @@ -81,7 +81,7 @@ func (m *Incident) GetCreatedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f307 } return nil } -// GetCustomTags gets the customTags property value. Array of custom tags associated with an incident. +// GetCustomTags gets the customTags property value. The collection of custom tags that are associated with an incident. // returns a []string when successful func (m *Incident) GetCustomTags()([]string) { val, err := m.GetBackingStore().Get("customTags") @@ -93,7 +93,7 @@ func (m *Incident) GetCustomTags()([]string) { } return nil } -// GetDescription gets the description property value. The description property +// GetDescription gets the description property value. A rich text string describing the incident // returns a *string when successful func (m *Incident) GetDescription()(*string) { val, err := m.GetBackingStore().Get("description") @@ -391,7 +391,7 @@ func (m *Incident) GetLastUpdateDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f } return nil } -// GetRecommendedActions gets the recommendedActions property value. The recommendedActions property +// GetRecommendedActions gets the recommendedActions property value. A rich text string that represents the actions that are reccomnded to take in order to resolve the incident // returns a *string when successful func (m *Incident) GetRecommendedActions()(*string) { val, err := m.GetBackingStore().Get("recommendedActions") @@ -403,7 +403,7 @@ func (m *Incident) GetRecommendedActions()(*string) { } return nil } -// GetRecommendedHuntingQueries gets the recommendedHuntingQueries property value. The recommendedHuntingQueries property +// GetRecommendedHuntingQueries gets the recommendedHuntingQueries property value. List of hunting Kusto Query Language (KQL) queries related to the incident // returns a []RecommendedHuntingQueryable when successful func (m *Incident) GetRecommendedHuntingQueries()([]RecommendedHuntingQueryable) { val, err := m.GetBackingStore().Get("recommendedHuntingQueries") @@ -451,7 +451,7 @@ func (m *Incident) GetStatus()(*IncidentStatus) { } return nil } -// GetSystemTags gets the systemTags property value. The systemTags property +// GetSystemTags gets the systemTags property value. The collection of system tags that are associated with the incident. // returns a []string when successful func (m *Incident) GetSystemTags()([]string) { val, err := m.GetBackingStore().Get("systemTags") @@ -654,14 +654,14 @@ func (m *Incident) SetCreatedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6 panic(err) } } -// SetCustomTags sets the customTags property value. Array of custom tags associated with an incident. +// SetCustomTags sets the customTags property value. The collection of custom tags that are associated with an incident. func (m *Incident) SetCustomTags(value []string)() { err := m.GetBackingStore().Set("customTags", value) if err != nil { panic(err) } } -// SetDescription sets the description property value. The description property +// SetDescription sets the description property value. A rich text string describing the incident func (m *Incident) SetDescription(value *string)() { err := m.GetBackingStore().Set("description", value) if err != nil { @@ -703,14 +703,14 @@ func (m *Incident) SetLastUpdateDateTime(value *i336074805fc853987abe6f7fe3ad97a panic(err) } } -// SetRecommendedActions sets the recommendedActions property value. The recommendedActions property +// SetRecommendedActions sets the recommendedActions property value. A rich text string that represents the actions that are reccomnded to take in order to resolve the incident func (m *Incident) SetRecommendedActions(value *string)() { err := m.GetBackingStore().Set("recommendedActions", value) if err != nil { panic(err) } } -// SetRecommendedHuntingQueries sets the recommendedHuntingQueries property value. The recommendedHuntingQueries property +// SetRecommendedHuntingQueries sets the recommendedHuntingQueries property value. List of hunting Kusto Query Language (KQL) queries related to the incident func (m *Incident) SetRecommendedHuntingQueries(value []RecommendedHuntingQueryable)() { err := m.GetBackingStore().Set("recommendedHuntingQueries", value) if err != nil { @@ -738,7 +738,7 @@ func (m *Incident) SetStatus(value *IncidentStatus)() { panic(err) } } -// SetSystemTags sets the systemTags property value. The systemTags property +// SetSystemTags sets the systemTags property value. The collection of system tags that are associated with the incident. func (m *Incident) SetSystemTags(value []string)() { err := m.GetBackingStore().Set("systemTags", value) if err != nil { diff --git a/models/security/recommended_hunting_query.go b/models/security/recommended_hunting_query.go index 2086d1921de..2e5d97a5b94 100644 --- a/models/security/recommended_hunting_query.go +++ b/models/security/recommended_hunting_query.go @@ -66,7 +66,7 @@ func (m *RecommendedHuntingQuery) GetFieldDeserializers()(map[string]func(i878a8 } return res } -// GetKqlText gets the kqlText property value. The kqlText property +// GetKqlText gets the kqlText property value. The query string. // returns a *string when successful func (m *RecommendedHuntingQuery) GetKqlText()(*string) { val, err := m.GetBackingStore().Get("kqlText") @@ -123,7 +123,7 @@ func (m *RecommendedHuntingQuery) SetAdditionalData(value map[string]any)() { func (m *RecommendedHuntingQuery) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetKqlText sets the kqlText property value. The kqlText property +// SetKqlText sets the kqlText property value. The query string. func (m *RecommendedHuntingQuery) SetKqlText(value *string)() { err := m.GetBackingStore().Set("kqlText", value) if err != nil { diff --git a/models/site_collection.go b/models/site_collection.go index 9259603e761..61843d17fd5 100644 --- a/models/site_collection.go +++ b/models/site_collection.go @@ -40,7 +40,7 @@ func (m *SiteCollection) GetAdditionalData()(map[string]any) { func (m *SiteCollection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetDataLocationCode gets the dataLocationCode property value. The geographic region code for where this site collection resides. Read-only. +// GetDataLocationCode gets the dataLocationCode property value. The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. // returns a *string when successful func (m *SiteCollection) GetDataLocationCode()(*string) { val, err := m.GetBackingStore().Get("dataLocationCode") @@ -179,7 +179,7 @@ func (m *SiteCollection) SetAdditionalData(value map[string]any)() { func (m *SiteCollection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetDataLocationCode sets the dataLocationCode property value. The geographic region code for where this site collection resides. Read-only. +// SetDataLocationCode sets the dataLocationCode property value. The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. func (m *SiteCollection) SetDataLocationCode(value *string)() { err := m.GetBackingStore().Set("dataLocationCode", value) if err != nil { diff --git a/models/site_page.go b/models/site_page.go index 92a4cf36d0b..e442c970f6f 100644 --- a/models/site_page.go +++ b/models/site_page.go @@ -1,348 +1,369 @@ package models import ( - i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" + i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) type SitePage struct { - BaseSitePage + BaseSitePage } + // NewSitePage instantiates a new SitePage and sets the default values. -func NewSitePage()(*SitePage) { - m := &SitePage{ - BaseSitePage: *NewBaseSitePage(), - } - return m +func NewSitePage() SitePageable { + m := &SitePage{ + BaseSitePage: *NewBaseSitePage(), + } + return m } + // CreateSitePageFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value // returns a Parsable when successful -func CreateSitePageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { - return NewSitePage(), nil +func CreateSitePageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { + return NewSitePage(), nil } + // GetCanvasLayout gets the canvasLayout property value. Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections. // returns a CanvasLayoutable when successful -func (m *SitePage) GetCanvasLayout()(CanvasLayoutable) { - val, err := m.GetBackingStore().Get("canvasLayout") - if err != nil { - panic(err) - } - if val != nil { - return val.(CanvasLayoutable) - } - return nil +func (m *SitePage) GetCanvasLayout() CanvasLayoutable { + val, err := m.GetBackingStore().Get("canvasLayout") + if err != nil { + panic(err) + } + if val != nil { + return val.(CanvasLayoutable) + } + return nil } + // GetFieldDeserializers the deserialization information for the current model // returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful -func (m *SitePage) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) { - res := m.BaseSitePage.GetFieldDeserializers() - res["canvasLayout"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetObjectValue(CreateCanvasLayoutFromDiscriminatorValue) - if err != nil { - return err - } - if val != nil { - m.SetCanvasLayout(val.(CanvasLayoutable)) - } - return nil - } - res["promotionKind"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetEnumValue(ParsePagePromotionType) - if err != nil { - return err - } - if val != nil { - m.SetPromotionKind(val.(*PagePromotionType)) - } - return nil - } - res["reactions"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetObjectValue(CreateReactionsFacetFromDiscriminatorValue) - if err != nil { - return err - } - if val != nil { - m.SetReactions(val.(ReactionsFacetable)) - } - return nil - } - res["showComments"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetBoolValue() - if err != nil { - return err - } - if val != nil { - m.SetShowComments(val) - } - return nil - } - res["showRecommendedPages"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetBoolValue() - if err != nil { - return err - } - if val != nil { - m.SetShowRecommendedPages(val) - } - return nil - } - res["thumbnailWebUrl"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetStringValue() - if err != nil { - return err - } - if val != nil { - m.SetThumbnailWebUrl(val) - } - return nil - } - res["titleArea"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetObjectValue(CreateTitleAreaFromDiscriminatorValue) - if err != nil { - return err - } - if val != nil { - m.SetTitleArea(val.(TitleAreaable)) - } - return nil - } - res["webParts"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { - val, err := n.GetCollectionOfObjectValues(CreateWebPartFromDiscriminatorValue) - if err != nil { - return err - } - if val != nil { - res := make([]WebPartable, len(val)) - for i, v := range val { - if v != nil { - res[i] = v.(WebPartable) - } - } - m.SetWebParts(res) - } - return nil - } - return res +func (m *SitePage) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + res := m.BaseSitePage.GetFieldDeserializers() + res["canvasLayout"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetObjectValue(CreateCanvasLayoutFromDiscriminatorValue) + if err != nil { + return err + } + if val != nil { + m.SetCanvasLayout(val.(CanvasLayoutable)) + } + return nil + } + res["promotionKind"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetEnumValue(ParsePagePromotionType) + if err != nil { + return err + } + if val != nil { + m.SetPromotionKind(val.(*PagePromotionType)) + } + return nil + } + res["reactions"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetObjectValue(CreateReactionsFacetFromDiscriminatorValue) + if err != nil { + return err + } + if val != nil { + m.SetReactions(val.(ReactionsFacetable)) + } + return nil + } + res["showComments"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetBoolValue() + if err != nil { + return err + } + if val != nil { + m.SetShowComments(val) + } + return nil + } + res["showRecommendedPages"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetBoolValue() + if err != nil { + return err + } + if val != nil { + m.SetShowRecommendedPages(val) + } + return nil + } + res["thumbnailWebUrl"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetStringValue() + if err != nil { + return err + } + if val != nil { + m.SetThumbnailWebUrl(val) + } + return nil + } + res["titleArea"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetObjectValue(CreateTitleAreaFromDiscriminatorValue) + if err != nil { + return err + } + if val != nil { + m.SetTitleArea(val.(TitleAreaable)) + } + return nil + } + res["webParts"] = func(n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error { + val, err := n.GetCollectionOfObjectValues(CreateWebPartFromDiscriminatorValue) + if err != nil { + return err + } + if val != nil { + res := make([]WebPartable, len(val)) + for i, v := range val { + if v != nil { + res[i] = v.(WebPartable) + } + } + m.SetWebParts(res) + } + return nil + } + return res } + // GetPromotionKind gets the promotionKind property value. Indicates the promotion kind of the sitePage. The possible values are: microsoftReserved, page, newsPost, unknownFutureValue. // returns a *PagePromotionType when successful -func (m *SitePage) GetPromotionKind()(*PagePromotionType) { - val, err := m.GetBackingStore().Get("promotionKind") - if err != nil { - panic(err) - } - if val != nil { - return val.(*PagePromotionType) - } - return nil +func (m *SitePage) GetPromotionKind() *PagePromotionType { + val, err := m.GetBackingStore().Get("promotionKind") + if err != nil { + panic(err) + } + if val != nil { + return val.(*PagePromotionType) + } + return nil } + // GetReactions gets the reactions property value. Reactions information for the page. // returns a ReactionsFacetable when successful -func (m *SitePage) GetReactions()(ReactionsFacetable) { - val, err := m.GetBackingStore().Get("reactions") - if err != nil { - panic(err) - } - if val != nil { - return val.(ReactionsFacetable) - } - return nil +func (m *SitePage) GetReactions() ReactionsFacetable { + val, err := m.GetBackingStore().Get("reactions") + if err != nil { + panic(err) + } + if val != nil { + return val.(ReactionsFacetable) + } + return nil } + // GetShowComments gets the showComments property value. Determines whether or not to show comments at the bottom of the page. // returns a *bool when successful -func (m *SitePage) GetShowComments()(*bool) { - val, err := m.GetBackingStore().Get("showComments") - if err != nil { - panic(err) - } - if val != nil { - return val.(*bool) - } - return nil +func (m *SitePage) GetShowComments() *bool { + val, err := m.GetBackingStore().Get("showComments") + if err != nil { + panic(err) + } + if val != nil { + return val.(*bool) + } + return nil } + // GetShowRecommendedPages gets the showRecommendedPages property value. Determines whether or not to show recommended pages at the bottom of the page. // returns a *bool when successful -func (m *SitePage) GetShowRecommendedPages()(*bool) { - val, err := m.GetBackingStore().Get("showRecommendedPages") - if err != nil { - panic(err) - } - if val != nil { - return val.(*bool) - } - return nil +func (m *SitePage) GetShowRecommendedPages() *bool { + val, err := m.GetBackingStore().Get("showRecommendedPages") + if err != nil { + panic(err) + } + if val != nil { + return val.(*bool) + } + return nil } + // GetThumbnailWebUrl gets the thumbnailWebUrl property value. Url of the sitePage's thumbnail image // returns a *string when successful -func (m *SitePage) GetThumbnailWebUrl()(*string) { - val, err := m.GetBackingStore().Get("thumbnailWebUrl") - if err != nil { - panic(err) - } - if val != nil { - return val.(*string) - } - return nil +func (m *SitePage) GetThumbnailWebUrl() *string { + val, err := m.GetBackingStore().Get("thumbnailWebUrl") + if err != nil { + panic(err) + } + if val != nil { + return val.(*string) + } + return nil } + // GetTitleArea gets the titleArea property value. Title area on the SharePoint page. // returns a TitleAreaable when successful -func (m *SitePage) GetTitleArea()(TitleAreaable) { - val, err := m.GetBackingStore().Get("titleArea") - if err != nil { - panic(err) - } - if val != nil { - return val.(TitleAreaable) - } - return nil +func (m *SitePage) GetTitleArea() TitleAreaable { + val, err := m.GetBackingStore().Get("titleArea") + if err != nil { + panic(err) + } + if val != nil { + return val.(TitleAreaable) + } + return nil } + // GetWebParts gets the webParts property value. Collection of webparts on the SharePoint page. // returns a []WebPartable when successful -func (m *SitePage) GetWebParts()([]WebPartable) { - val, err := m.GetBackingStore().Get("webParts") - if err != nil { - panic(err) - } - if val != nil { - return val.([]WebPartable) - } - return nil +func (m *SitePage) GetWebParts() []WebPartable { + val, err := m.GetBackingStore().Get("webParts") + if err != nil { + panic(err) + } + if val != nil { + return val.([]WebPartable) + } + return nil } + // Serialize serializes information the current object -func (m *SitePage) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) { - err := m.BaseSitePage.Serialize(writer) - if err != nil { - return err - } - { - err = writer.WriteObjectValue("canvasLayout", m.GetCanvasLayout()) - if err != nil { - return err - } - } - if m.GetPromotionKind() != nil { - cast := (*m.GetPromotionKind()).String() - err = writer.WriteStringValue("promotionKind", &cast) - if err != nil { - return err - } - } - { - err = writer.WriteObjectValue("reactions", m.GetReactions()) - if err != nil { - return err - } - } - { - err = writer.WriteBoolValue("showComments", m.GetShowComments()) - if err != nil { - return err - } - } - { - err = writer.WriteBoolValue("showRecommendedPages", m.GetShowRecommendedPages()) - if err != nil { - return err - } - } - { - err = writer.WriteStringValue("thumbnailWebUrl", m.GetThumbnailWebUrl()) - if err != nil { - return err - } - } - { - err = writer.WriteObjectValue("titleArea", m.GetTitleArea()) - if err != nil { - return err - } - } - if m.GetWebParts() != nil { - cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetWebParts())) - for i, v := range m.GetWebParts() { - if v != nil { - cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable) - } - } - err = writer.WriteCollectionOfObjectValues("webParts", cast) - if err != nil { - return err - } - } - return nil +func (m *SitePage) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error { + err := m.BaseSitePage.Serialize(writer) + if err != nil { + return err + } + { + err = writer.WriteObjectValue("canvasLayout", m.GetCanvasLayout()) + if err != nil { + return err + } + } + if m.GetPromotionKind() != nil { + cast := (*m.GetPromotionKind()).String() + err = writer.WriteStringValue("promotionKind", &cast) + if err != nil { + return err + } + } + { + err = writer.WriteObjectValue("reactions", m.GetReactions()) + if err != nil { + return err + } + } + { + err = writer.WriteBoolValue("showComments", m.GetShowComments()) + if err != nil { + return err + } + } + { + err = writer.WriteBoolValue("showRecommendedPages", m.GetShowRecommendedPages()) + if err != nil { + return err + } + } + { + err = writer.WriteStringValue("thumbnailWebUrl", m.GetThumbnailWebUrl()) + if err != nil { + return err + } + } + { + err = writer.WriteObjectValue("titleArea", m.GetTitleArea()) + if err != nil { + return err + } + } + if m.GetWebParts() != nil { + cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetWebParts())) + for i, v := range m.GetWebParts() { + if v != nil { + cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable) + } + } + err = writer.WriteCollectionOfObjectValues("webParts", cast) + if err != nil { + return err + } + } + return nil } + // SetCanvasLayout sets the canvasLayout property value. Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections. -func (m *SitePage) SetCanvasLayout(value CanvasLayoutable)() { - err := m.GetBackingStore().Set("canvasLayout", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetCanvasLayout(value CanvasLayoutable) { + err := m.GetBackingStore().Set("canvasLayout", value) + if err != nil { + panic(err) + } } + // SetPromotionKind sets the promotionKind property value. Indicates the promotion kind of the sitePage. The possible values are: microsoftReserved, page, newsPost, unknownFutureValue. -func (m *SitePage) SetPromotionKind(value *PagePromotionType)() { - err := m.GetBackingStore().Set("promotionKind", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetPromotionKind(value *PagePromotionType) { + err := m.GetBackingStore().Set("promotionKind", value) + if err != nil { + panic(err) + } } + // SetReactions sets the reactions property value. Reactions information for the page. -func (m *SitePage) SetReactions(value ReactionsFacetable)() { - err := m.GetBackingStore().Set("reactions", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetReactions(value ReactionsFacetable) { + err := m.GetBackingStore().Set("reactions", value) + if err != nil { + panic(err) + } } + // SetShowComments sets the showComments property value. Determines whether or not to show comments at the bottom of the page. -func (m *SitePage) SetShowComments(value *bool)() { - err := m.GetBackingStore().Set("showComments", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetShowComments(value *bool) { + err := m.GetBackingStore().Set("showComments", value) + if err != nil { + panic(err) + } } + // SetShowRecommendedPages sets the showRecommendedPages property value. Determines whether or not to show recommended pages at the bottom of the page. -func (m *SitePage) SetShowRecommendedPages(value *bool)() { - err := m.GetBackingStore().Set("showRecommendedPages", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetShowRecommendedPages(value *bool) { + err := m.GetBackingStore().Set("showRecommendedPages", value) + if err != nil { + panic(err) + } } + // SetThumbnailWebUrl sets the thumbnailWebUrl property value. Url of the sitePage's thumbnail image -func (m *SitePage) SetThumbnailWebUrl(value *string)() { - err := m.GetBackingStore().Set("thumbnailWebUrl", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetThumbnailWebUrl(value *string) { + err := m.GetBackingStore().Set("thumbnailWebUrl", value) + if err != nil { + panic(err) + } } + // SetTitleArea sets the titleArea property value. Title area on the SharePoint page. -func (m *SitePage) SetTitleArea(value TitleAreaable)() { - err := m.GetBackingStore().Set("titleArea", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetTitleArea(value TitleAreaable) { + err := m.GetBackingStore().Set("titleArea", value) + if err != nil { + panic(err) + } } + // SetWebParts sets the webParts property value. Collection of webparts on the SharePoint page. -func (m *SitePage) SetWebParts(value []WebPartable)() { - err := m.GetBackingStore().Set("webParts", value) - if err != nil { - panic(err) - } +func (m *SitePage) SetWebParts(value []WebPartable) { + err := m.GetBackingStore().Set("webParts", value) + if err != nil { + panic(err) + } } + type SitePageable interface { - BaseSitePageable - i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable - GetCanvasLayout()(CanvasLayoutable) - GetPromotionKind()(*PagePromotionType) - GetReactions()(ReactionsFacetable) - GetShowComments()(*bool) - GetShowRecommendedPages()(*bool) - GetThumbnailWebUrl()(*string) - GetTitleArea()(TitleAreaable) - GetWebParts()([]WebPartable) - SetCanvasLayout(value CanvasLayoutable)() - SetPromotionKind(value *PagePromotionType)() - SetReactions(value ReactionsFacetable)() - SetShowComments(value *bool)() - SetShowRecommendedPages(value *bool)() - SetThumbnailWebUrl(value *string)() - SetTitleArea(value TitleAreaable)() - SetWebParts(value []WebPartable)() + BaseSitePageable + i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable + GetCanvasLayout() CanvasLayoutable + GetPromotionKind() *PagePromotionType + GetReactions() ReactionsFacetable + GetShowComments() *bool + GetShowRecommendedPages() *bool + GetThumbnailWebUrl() *string + GetTitleArea() TitleAreaable + GetWebParts() []WebPartable + SetCanvasLayout(value CanvasLayoutable) + SetPromotionKind(value *PagePromotionType) + SetReactions(value ReactionsFacetable) + SetShowComments(value *bool) + SetShowRecommendedPages(value *bool) + SetThumbnailWebUrl(value *string) + SetTitleArea(value TitleAreaable) + SetWebParts(value []WebPartable) } diff --git a/models/user.go b/models/user.go index 050407dd4f4..6ab9468f745 100644 --- a/models/user.go +++ b/models/user.go @@ -2618,7 +2618,7 @@ func (m *User) GetHireDate()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec7 } return nil } -// GetIdentities gets the identities property value. Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft and tied to a user account. It may contain multiple items with the same signInType value. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName. +// GetIdentities gets the identities property value. Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft and tied to a user account. It may contain multiple items with the same signInType value. Supports $filter (eq) with limitations. // returns a []ObjectIdentityable when successful func (m *User) GetIdentities()([]ObjectIdentityable) { val, err := m.GetBackingStore().Get("identities") @@ -5395,7 +5395,7 @@ func (m *User) SetHireDate(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391 panic(err) } } -// SetIdentities sets the identities property value. Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft and tied to a user account. It may contain multiple items with the same signInType value. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName. +// SetIdentities sets the identities property value. Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft and tied to a user account. It may contain multiple items with the same signInType value. Supports $filter (eq) with limitations. func (m *User) SetIdentities(value []ObjectIdentityable)() { err := m.GetBackingStore().Set("identities", value) if err != nil { diff --git a/models/verified_domain.go b/models/verified_domain.go index 32785099bcb..79aba43f876 100644 --- a/models/verified_domain.go +++ b/models/verified_domain.go @@ -142,7 +142,7 @@ func (m *VerifiedDomain) GetIsInitial()(*bool) { } return nil } -// GetName gets the name property value. The domain name; for example, contoso.onmicrosoft.com. +// GetName gets the name property value. The domain name; for example, contoso.com`. // returns a *string when successful func (m *VerifiedDomain) GetName()(*string) { val, err := m.GetBackingStore().Get("name") @@ -256,7 +256,7 @@ func (m *VerifiedDomain) SetIsInitial(value *bool)() { panic(err) } } -// SetName sets the name property value. The domain name; for example, contoso.onmicrosoft.com. +// SetName sets the name property value. The domain name; for example, contoso.com`. func (m *VerifiedDomain) SetName(value *string)() { err := m.GetBackingStore().Set("name", value) if err != nil { diff --git a/models/windows_app_x_app_assignment_settings.go b/models/windows_app_x_app_assignment_settings.go index 1d7b26dfe27..9f8c4a96285 100644 --- a/models/windows_app_x_app_assignment_settings.go +++ b/models/windows_app_x_app_assignment_settings.go @@ -38,7 +38,7 @@ func (m *WindowsAppXAppAssignmentSettings) GetFieldDeserializers()(map[string]fu } return res } -// GetUseDeviceContext gets the useDeviceContext property value. Whether or not to use device execution context for Windows AppX mobile app. +// GetUseDeviceContext gets the useDeviceContext property value. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. // returns a *bool when successful func (m *WindowsAppXAppAssignmentSettings) GetUseDeviceContext()(*bool) { val, err := m.GetBackingStore().Get("useDeviceContext") @@ -64,7 +64,7 @@ func (m *WindowsAppXAppAssignmentSettings) Serialize(writer i878a80d2330e89d2689 } return nil } -// SetUseDeviceContext sets the useDeviceContext property value. Whether or not to use device execution context for Windows AppX mobile app. +// SetUseDeviceContext sets the useDeviceContext property value. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. func (m *WindowsAppXAppAssignmentSettings) SetUseDeviceContext(value *bool)() { err := m.GetBackingStore().Set("useDeviceContext", value) if err != nil { diff --git a/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go b/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go index ff44ef311ca..fac6a9f3cf4 100644 --- a/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go +++ b/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_get_portal_notifications_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponseable instead. type AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponse struct { AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponse } @@ -20,7 +20,7 @@ func NewAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPorta func CreateAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponseable instead. type AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseable interface { AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go b/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go index 1b92fda6870..b5549d4150c 100644 --- a/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go +++ b/monitoring/alert_records_microsoft_graph_device_management_get_portal_notifications_request_builder.go @@ -46,7 +46,7 @@ func NewAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsRequestB return NewAlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getPortalNotifications -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetPortalNotificationsGetResponse instead. // returns a AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsRequestBuilder) Get(ctx context.Context, requestConfiguration *AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsRequestBuilderGetRequestConfiguration)(AlertRecordsMicrosoftGraphDeviceManagementGetPortalNotificationsGetPortalNotificationsResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_cross_tenant_access_report_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_cross_tenant_access_report_with_start_date_time_with_end_date_time_response.go index 86f9127dc2b..e65494907a2 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_cross_tenant_access_report_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_cross_tenant_access_report_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTi func CreateReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_request_builder.go index 966259ddf29..fe3de55999a 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_cross_tenant_access_report_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTi return NewReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function crossTenantAccessReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCrossTenantAccessReportWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessCrossTenantAccessReportWithStartDateTimeWithEndDateTimeCrossTenantAccessReportWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_destination_report_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_destination_report_with_start_date_time_with_end_date_time_response.go index 0c68aebf08a..40750d2dead 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_destination_report_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_destination_report_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWith func CreateReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_request_builder.go index 70aca66a968..e8c30539c84 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_destination_report_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWith return NewReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function destinationReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDestinationReportWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeDestinationReportWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_device_report_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_device_report_with_start_date_time_with_end_date_time_response.go index f9997015917..eee1a565e9e 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_device_report_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_device_report_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDa func CreateReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_request_builder.go index 6beec4926ff..533b467c9cd 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_device_report_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDa return NewReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function deviceReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeviceReportWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessDeviceReportWithStartDateTimeWithEndDateTimeDeviceReportWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_entities_summaries_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_entities_summaries_with_start_date_time_with_end_date_time_response.go index 6e929b75bb9..0ab7db378e3 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_entities_summaries_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_entities_summaries_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWith func CreateReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_request_builder.go index 5899601ec12..fe743ba1c3c 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_entities_summaries_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWith return NewReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function entitiesSummaries -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsEntitiesSummariesWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessEntitiesSummariesWithStartDateTimeWithEndDateTimeEntitiesSummariesWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_response.go b/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_response.go index aa903bc0aac..512cc8a660a 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByResponse struct { ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTi func CreateReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go index 81fb00c623d..30f083e391f 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_get_destination_summaries_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go @@ -56,7 +56,7 @@ func NewReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTi return NewReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getDestinationSummaries -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByGetDestinationSummariesWithStartDateTimeWithEndDateTimeWithAggregatedByResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_response.go index a7da9f45d3a..fe9f16c2f71 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportW func CreateReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_request_builder.go index ee9edea1063..db8d0af6a4c 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_get_discovered_application_segment_report_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportW return NewReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getDiscoveredApplicationSegmentReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_request_builder.go index 934dfd91114..350fed3e28e 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeW return NewReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function transactionSummaries -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsTransactionSummariesWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_transaction_summaries_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_transaction_summaries_with_start_date_time_with_end_date_time_response.go index a1baf6c2d79..b5a7165f171 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_transaction_summaries_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_transaction_summaries_with_start_date_time_with_end_date_time_transaction_summaries_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeW func CreateReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessTransactionSummariesWithStartDateTimeWithEndDateTimeTransactionSummariesWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go index c9094fa9396..7fd48d3e3df 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_request_builder.go @@ -56,7 +56,7 @@ func NewReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEnd return NewReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function usageProfiling -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_response.go b/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_response.go index 4e6477bf132..1eacea7285c 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_usage_profiling_with_start_date_time_with_end_date_time_with_aggregated_by_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByResponse struct { ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEnd func CreateReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedByGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_request_builder.go index 55c8c3d00bb..d90656b10d8 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDate return NewReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function userReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsUserReportWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_user_report_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_user_report_with_start_date_time_with_end_date_time_response.go index 1d63d597929..8764e96fc29 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_user_report_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_user_report_with_start_date_time_with_end_date_time_user_report_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDate func CreateReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessUserReportWithStartDateTimeWithEndDateTimeUserReportWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_request_builder.go b/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_request_builder.go index 5149e491cb7..0167f0daf82 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_request_builder.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_request_builder.go @@ -53,7 +53,7 @@ func NewReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWith return NewReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function webCategoryReport -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsWebCategoryReportWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_web_category_report_with_start_date_time_with_end_date_time_response.go b/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_web_category_report_with_start_date_time_with_end_date_time_response.go index 6645b470bac..d9a4833cb5f 100644 --- a/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_web_category_report_with_start_date_time_with_end_date_time_response.go +++ b/networkaccess/reports_microsoft_graph_networkaccess_web_category_report_with_start_date_time_with_end_date_time_web_category_report_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeResponse struct { ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWith func CreateReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeGetResponseable instead. type ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ReportsMicrosoftGraphNetworkaccessWebCategoryReportWithStartDateTimeWithEndDateTimeWebCategoryReportWithStartDateTimeWithEndDateTimeGetResponseable diff --git a/oauth2permissiongrants/delta_request_builder.go b/oauth2permissiongrants/delta_request_builder.go index a26c5d65ebd..1a8a5e185c2 100644 --- a/oauth2permissiongrants/delta_request_builder.go +++ b/oauth2permissiongrants/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/oauth2permissiongrants/delta_response.go b/oauth2permissiongrants/delta_response.go index 43cc4636978..ae46960265f 100644 --- a/oauth2permissiongrants/delta_response.go +++ b/oauth2permissiongrants/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/onpremisespublishingprofiles/item_connector_groups_request_builder.go b/onpremisespublishingprofiles/item_connector_groups_request_builder.go index bdb92da0c8a..b5475d473b3 100644 --- a/onpremisespublishingprofiles/item_connector_groups_request_builder.go +++ b/onpremisespublishingprofiles/item_connector_groups_request_builder.go @@ -99,12 +99,12 @@ func (m *ItemConnectorGroupsRequestBuilder) Get(ctx context.Context, requestConf } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConnectorGroupCollectionResponseable), nil } -// Post create a connectorGroup object. +// Post create a new connectorGroup. // returns a ConnectorGroupable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0 func (m *ItemConnectorGroupsRequestBuilder) Post(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConnectorGroupable, requestConfiguration *ItemConnectorGroupsRequestBuilderPostRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConnectorGroupable, error) { requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -136,7 +136,7 @@ func (m *ItemConnectorGroupsRequestBuilder) ToGetRequestInformation(ctx context. requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPostRequestInformation create a connectorGroup object. +// ToPostRequestInformation create a new connectorGroup. // returns a *RequestInformation when successful func (m *ItemConnectorGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConnectorGroupable, requestConfiguration *ItemConnectorGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/onPremisesPublishingProfiles/{onPremisesPublishingProfile%2Did}/connectorGroups", m.BaseRequestBuilder.PathParameters) diff --git a/organization/delta_request_builder.go b/organization/delta_request_builder.go index cc2fc624cf7..c93f8ca01e2 100644 --- a/organization/delta_request_builder.go +++ b/organization/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/organization/delta_response.go b/organization/delta_response.go index 8b1b92ec2cf..83db5a418c3 100644 --- a/organization/delta_response.go +++ b/organization/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/organization/get_by_ids_request_builder.go b/organization/get_by_ids_request_builder.go index 8febc31f3b6..9430302e9d4 100644 --- a/organization/get_by_ids_request_builder.go +++ b/organization/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/organization/get_by_ids_response.go b/organization/get_by_ids_response.go index 6e6ce411589..eb303866bb5 100644 --- a/organization/get_by_ids_response.go +++ b/organization/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/organization/item_check_member_groups_request_builder.go b/organization/item_check_member_groups_request_builder.go index 98aa7c5e65e..bf8f15d96d9 100644 --- a/organization/item_check_member_groups_request_builder.go +++ b/organization/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/organization/item_check_member_groups_response.go b/organization/item_check_member_groups_response.go index 0e236554360..a6626db6597 100644 --- a/organization/item_check_member_groups_response.go +++ b/organization/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/organization/item_check_member_objects_request_builder.go b/organization/item_check_member_objects_request_builder.go index ed53dff255e..85e8af6edf6 100644 --- a/organization/item_check_member_objects_request_builder.go +++ b/organization/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/organization/item_check_member_objects_response.go b/organization/item_check_member_objects_response.go index 80ad256223c..7f90338ecaa 100644 --- a/organization/item_check_member_objects_response.go +++ b/organization/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/organization/item_get_member_groups_request_builder.go b/organization/item_get_member_groups_request_builder.go index 2c334eab295..02a70e59b5a 100644 --- a/organization/item_get_member_groups_request_builder.go +++ b/organization/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/organization/item_get_member_groups_response.go b/organization/item_get_member_groups_response.go index 098ab5c44f8..5c3866bbbd8 100644 --- a/organization/item_get_member_groups_response.go +++ b/organization/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/organization/item_get_member_objects_request_builder.go b/organization/item_get_member_objects_request_builder.go index 34a6880c7f7..e360b1dff96 100644 --- a/organization/item_get_member_objects_request_builder.go +++ b/organization/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/organization/item_get_member_objects_response.go b/organization/item_get_member_objects_response.go index 90864ab3acc..b5a8e52250f 100644 --- a/organization/item_get_member_objects_response.go +++ b/organization/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/organization/item_set_mobile_device_management_authority_request_builder.go b/organization/item_set_mobile_device_management_authority_request_builder.go index 6ac4d3f889a..fbc21292b7b 100644 --- a/organization/item_set_mobile_device_management_authority_request_builder.go +++ b/organization/item_set_mobile_device_management_authority_request_builder.go @@ -31,7 +31,7 @@ func NewItemSetMobileDeviceManagementAuthorityRequestBuilder(rawUrl string, requ return NewItemSetMobileDeviceManagementAuthorityRequestBuilderInternal(urlParams, requestAdapter) } // Post set mobile device management authority -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsSetMobileDeviceManagementAuthorityPostResponse instead. // returns a ItemSetMobileDeviceManagementAuthorityResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSetMobileDeviceManagementAuthorityRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemSetMobileDeviceManagementAuthorityRequestBuilderPostRequestConfiguration)(ItemSetMobileDeviceManagementAuthorityResponseable, error) { diff --git a/organization/item_set_mobile_device_management_authority_response.go b/organization/item_set_mobile_device_management_authority_response.go index 2b342416e0d..058018cc2c0 100644 --- a/organization/item_set_mobile_device_management_authority_response.go +++ b/organization/item_set_mobile_device_management_authority_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSetMobileDeviceManagementAuthorityPostResponseable instead. type ItemSetMobileDeviceManagementAuthorityResponse struct { ItemSetMobileDeviceManagementAuthorityPostResponse } @@ -20,7 +20,7 @@ func NewItemSetMobileDeviceManagementAuthorityResponse()(*ItemSetMobileDeviceMan func CreateItemSetMobileDeviceManagementAuthorityResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSetMobileDeviceManagementAuthorityResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSetMobileDeviceManagementAuthorityPostResponseable instead. type ItemSetMobileDeviceManagementAuthorityResponseable interface { ItemSetMobileDeviceManagementAuthorityPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/permissiongrants/delta_request_builder.go b/permissiongrants/delta_request_builder.go index 8c6ab6734a9..6a16428f55f 100644 --- a/permissiongrants/delta_request_builder.go +++ b/permissiongrants/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/permissiongrants/delta_response.go b/permissiongrants/delta_response.go index 53480def4ac..cd9fa11f48b 100644 --- a/permissiongrants/delta_response.go +++ b/permissiongrants/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/permissiongrants/get_by_ids_request_builder.go b/permissiongrants/get_by_ids_request_builder.go index 4eeea33742e..b281bcb650f 100644 --- a/permissiongrants/get_by_ids_request_builder.go +++ b/permissiongrants/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/permissiongrants/get_by_ids_response.go b/permissiongrants/get_by_ids_response.go index 296dc5858d4..3aa4ec9baae 100644 --- a/permissiongrants/get_by_ids_response.go +++ b/permissiongrants/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/permissiongrants/item_check_member_groups_request_builder.go b/permissiongrants/item_check_member_groups_request_builder.go index e1cacc7ec50..348e5379151 100644 --- a/permissiongrants/item_check_member_groups_request_builder.go +++ b/permissiongrants/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/permissiongrants/item_check_member_groups_response.go b/permissiongrants/item_check_member_groups_response.go index 710e959e1e2..bc3a3769fd0 100644 --- a/permissiongrants/item_check_member_groups_response.go +++ b/permissiongrants/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/permissiongrants/item_check_member_objects_request_builder.go b/permissiongrants/item_check_member_objects_request_builder.go index caa8f1c39dd..857a30a6593 100644 --- a/permissiongrants/item_check_member_objects_request_builder.go +++ b/permissiongrants/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/permissiongrants/item_check_member_objects_response.go b/permissiongrants/item_check_member_objects_response.go index dcf2b1bfcaa..29eca2ecab5 100644 --- a/permissiongrants/item_check_member_objects_response.go +++ b/permissiongrants/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/permissiongrants/item_get_member_groups_request_builder.go b/permissiongrants/item_get_member_groups_request_builder.go index 6f9fccef6b0..b46e1764c9d 100644 --- a/permissiongrants/item_get_member_groups_request_builder.go +++ b/permissiongrants/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/permissiongrants/item_get_member_groups_response.go b/permissiongrants/item_get_member_groups_response.go index 09b79095bf5..482444fcd9e 100644 --- a/permissiongrants/item_get_member_groups_response.go +++ b/permissiongrants/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/permissiongrants/item_get_member_objects_request_builder.go b/permissiongrants/item_get_member_objects_request_builder.go index bcd84782aef..92807e2773d 100644 --- a/permissiongrants/item_get_member_objects_request_builder.go +++ b/permissiongrants/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/permissiongrants/item_get_member_objects_response.go b/permissiongrants/item_get_member_objects_response.go index 93431482855..c91b8465e78 100644 --- a/permissiongrants/item_get_member_objects_response.go +++ b/permissiongrants/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/planner/buckets_delta_request_builder.go b/planner/buckets_delta_request_builder.go index e1e645762cd..f9543a73c2b 100644 --- a/planner/buckets_delta_request_builder.go +++ b/planner/buckets_delta_request_builder.go @@ -52,7 +52,7 @@ func NewBucketsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2 return NewBucketsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a BucketsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *BucketsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *BucketsDeltaRequestBuilderGetRequestConfiguration)(BucketsDeltaResponseable, error) { diff --git a/planner/buckets_delta_response.go b/planner/buckets_delta_response.go index 46234418fbf..45d9596bbea 100644 --- a/planner/buckets_delta_response.go +++ b/planner/buckets_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use BucketsDeltaGetResponseable instead. type BucketsDeltaResponse struct { BucketsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewBucketsDeltaResponse()(*BucketsDeltaResponse) { func CreateBucketsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewBucketsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use BucketsDeltaGetResponseable instead. type BucketsDeltaResponseable interface { BucketsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/planner/buckets_item_tasks_delta_request_builder.go b/planner/buckets_item_tasks_delta_request_builder.go index d537d60e9e6..bd245b4dc9c 100644 --- a/planner/buckets_item_tasks_delta_request_builder.go +++ b/planner/buckets_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewBucketsItemTasksDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41 return NewBucketsItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a BucketsItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *BucketsItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *BucketsItemTasksDeltaRequestBuilderGetRequestConfiguration)(BucketsItemTasksDeltaResponseable, error) { diff --git a/planner/buckets_item_tasks_delta_response.go b/planner/buckets_item_tasks_delta_response.go index d031dfb82ee..92ae002ff68 100644 --- a/planner/buckets_item_tasks_delta_response.go +++ b/planner/buckets_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use BucketsItemTasksDeltaGetResponseable instead. type BucketsItemTasksDeltaResponse struct { BucketsItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewBucketsItemTasksDeltaResponse()(*BucketsItemTasksDeltaResponse) { func CreateBucketsItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewBucketsItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use BucketsItemTasksDeltaGetResponseable instead. type BucketsItemTasksDeltaResponseable interface { BucketsItemTasksDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/planner/plans_delta_request_builder.go b/planner/plans_delta_request_builder.go index 0f3d63407a3..bf2b66c3cef 100644 --- a/planner/plans_delta_request_builder.go +++ b/planner/plans_delta_request_builder.go @@ -52,7 +52,7 @@ func NewPlansDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263 return NewPlansDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a PlansDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PlansDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *PlansDeltaRequestBuilderGetRequestConfiguration)(PlansDeltaResponseable, error) { diff --git a/planner/plans_delta_response.go b/planner/plans_delta_response.go index ae799bcc0f3..d7345538da1 100644 --- a/planner/plans_delta_response.go +++ b/planner/plans_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansDeltaGetResponseable instead. type PlansDeltaResponse struct { PlansDeltaGetResponse } @@ -20,7 +20,7 @@ func NewPlansDeltaResponse()(*PlansDeltaResponse) { func CreatePlansDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPlansDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansDeltaGetResponseable instead. type PlansDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PlansDeltaGetResponseable diff --git a/planner/plans_item_buckets_delta_request_builder.go b/planner/plans_item_buckets_delta_request_builder.go index 8fd9990409b..1433286ab38 100644 --- a/planner/plans_item_buckets_delta_request_builder.go +++ b/planner/plans_item_buckets_delta_request_builder.go @@ -52,7 +52,7 @@ func NewPlansItemBucketsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41 return NewPlansItemBucketsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a PlansItemBucketsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PlansItemBucketsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *PlansItemBucketsDeltaRequestBuilderGetRequestConfiguration)(PlansItemBucketsDeltaResponseable, error) { diff --git a/planner/plans_item_buckets_delta_response.go b/planner/plans_item_buckets_delta_response.go index 39cdac0c0b8..2d1a0718d37 100644 --- a/planner/plans_item_buckets_delta_response.go +++ b/planner/plans_item_buckets_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansItemBucketsDeltaGetResponseable instead. type PlansItemBucketsDeltaResponse struct { PlansItemBucketsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewPlansItemBucketsDeltaResponse()(*PlansItemBucketsDeltaResponse) { func CreatePlansItemBucketsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPlansItemBucketsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansItemBucketsDeltaGetResponseable instead. type PlansItemBucketsDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PlansItemBucketsDeltaGetResponseable diff --git a/planner/plans_item_buckets_item_tasks_delta_request_builder.go b/planner/plans_item_buckets_item_tasks_delta_request_builder.go index 28623bf6aa2..e9f04c5b7d3 100644 --- a/planner/plans_item_buckets_item_tasks_delta_request_builder.go +++ b/planner/plans_item_buckets_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewPlansItemBucketsItemTasksDeltaRequestBuilder(rawUrl string, requestAdapt return NewPlansItemBucketsItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a PlansItemBucketsItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PlansItemBucketsItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *PlansItemBucketsItemTasksDeltaRequestBuilderGetRequestConfiguration)(PlansItemBucketsItemTasksDeltaResponseable, error) { diff --git a/planner/plans_item_buckets_item_tasks_delta_response.go b/planner/plans_item_buckets_item_tasks_delta_response.go index e41c2cd96c1..35c3eaa25d7 100644 --- a/planner/plans_item_buckets_item_tasks_delta_response.go +++ b/planner/plans_item_buckets_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansItemBucketsItemTasksDeltaGetResponseable instead. type PlansItemBucketsItemTasksDeltaResponse struct { PlansItemBucketsItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewPlansItemBucketsItemTasksDeltaResponse()(*PlansItemBucketsItemTasksDelta func CreatePlansItemBucketsItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPlansItemBucketsItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansItemBucketsItemTasksDeltaGetResponseable instead. type PlansItemBucketsItemTasksDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PlansItemBucketsItemTasksDeltaGetResponseable diff --git a/planner/plans_item_tasks_delta_request_builder.go b/planner/plans_item_tasks_delta_request_builder.go index 849674c4f5d..b762fbb53c6 100644 --- a/planner/plans_item_tasks_delta_request_builder.go +++ b/planner/plans_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewPlansItemTasksDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187 return NewPlansItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a PlansItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *PlansItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *PlansItemTasksDeltaRequestBuilderGetRequestConfiguration)(PlansItemTasksDeltaResponseable, error) { diff --git a/planner/plans_item_tasks_delta_response.go b/planner/plans_item_tasks_delta_response.go index ddb981c25af..bc485829fa8 100644 --- a/planner/plans_item_tasks_delta_response.go +++ b/planner/plans_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansItemTasksDeltaGetResponseable instead. type PlansItemTasksDeltaResponse struct { PlansItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewPlansItemTasksDeltaResponse()(*PlansItemTasksDeltaResponse) { func CreatePlansItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPlansItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use PlansItemTasksDeltaGetResponseable instead. type PlansItemTasksDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable PlansItemTasksDeltaGetResponseable diff --git a/planner/tasks_delta_request_builder.go b/planner/tasks_delta_request_builder.go index 3bad678210d..10636b1fb49 100644 --- a/planner/tasks_delta_request_builder.go +++ b/planner/tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewTasksDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263 return NewTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a TasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *TasksDeltaRequestBuilderGetRequestConfiguration)(TasksDeltaResponseable, error) { diff --git a/planner/tasks_delta_response.go b/planner/tasks_delta_response.go index affcb5c1fb8..b80e64af9c4 100644 --- a/planner/tasks_delta_response.go +++ b/planner/tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TasksDeltaGetResponseable instead. type TasksDeltaResponse struct { TasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewTasksDeltaResponse()(*TasksDeltaResponse) { func CreateTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TasksDeltaGetResponseable instead. type TasksDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TasksDeltaGetResponseable diff --git a/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go b/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go index a06500e3b5c..46f977fb3aa 100644 --- a/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go +++ b/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_request_builder.go @@ -55,7 +55,7 @@ func NewAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodMo return NewAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function findByMethodMode -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFindByMethodModeWithAuthenticationMethodModesGetResponse instead. // returns a AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesRequestBuilderGetRequestConfiguration)(AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable, error) { diff --git a/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go b/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go index ebc68a47909..38a1c0038df 100644 --- a/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go +++ b/policies/authentication_strength_policies_find_by_method_mode_with_authentication_method_modes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable instead. type AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponse struct { AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponse } @@ -20,7 +20,7 @@ func NewAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodMo func CreateAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable instead. type AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesResponseable interface { AuthenticationStrengthPoliciesFindByMethodModeWithAuthenticationMethodModesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedaccess/item_resources_item_role_assignments_export_request_builder.go b/privilegedaccess/item_resources_item_role_assignments_export_request_builder.go index 40100817886..d7f55399991 100644 --- a/privilegedaccess/item_resources_item_role_assignments_export_request_builder.go +++ b/privilegedaccess/item_resources_item_role_assignments_export_request_builder.go @@ -46,7 +46,7 @@ func NewItemResourcesItemRoleAssignmentsExportRequestBuilder(rawUrl string, requ return NewItemResourcesItemRoleAssignmentsExportRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function export -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsExportGetResponse instead. // returns a ItemResourcesItemRoleAssignmentsExportResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemResourcesItemRoleAssignmentsExportRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemResourcesItemRoleAssignmentsExportRequestBuilderGetRequestConfiguration)(ItemResourcesItemRoleAssignmentsExportResponseable, error) { diff --git a/privilegedaccess/item_resources_item_role_assignments_export_response.go b/privilegedaccess/item_resources_item_role_assignments_export_response.go index 49c7be75d18..f8d619456c7 100644 --- a/privilegedaccess/item_resources_item_role_assignments_export_response.go +++ b/privilegedaccess/item_resources_item_role_assignments_export_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemResourcesItemRoleAssignmentsExportGetResponseable instead. type ItemResourcesItemRoleAssignmentsExportResponse struct { ItemResourcesItemRoleAssignmentsExportGetResponse } @@ -20,7 +20,7 @@ func NewItemResourcesItemRoleAssignmentsExportResponse()(*ItemResourcesItemRoleA func CreateItemResourcesItemRoleAssignmentsExportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemResourcesItemRoleAssignmentsExportResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemResourcesItemRoleAssignmentsExportGetResponseable instead. type ItemResourcesItemRoleAssignmentsExportResponseable interface { ItemResourcesItemRoleAssignmentsExportGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedaccess/item_role_assignments_export_request_builder.go b/privilegedaccess/item_role_assignments_export_request_builder.go index 6894ba9b3de..4422b706d2b 100644 --- a/privilegedaccess/item_role_assignments_export_request_builder.go +++ b/privilegedaccess/item_role_assignments_export_request_builder.go @@ -46,7 +46,7 @@ func NewItemRoleAssignmentsExportRequestBuilder(rawUrl string, requestAdapter i2 return NewItemRoleAssignmentsExportRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function export -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsExportGetResponse instead. // returns a ItemRoleAssignmentsExportResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemRoleAssignmentsExportRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemRoleAssignmentsExportRequestBuilderGetRequestConfiguration)(ItemRoleAssignmentsExportResponseable, error) { diff --git a/privilegedaccess/item_role_assignments_export_response.go b/privilegedaccess/item_role_assignments_export_response.go index fa95634149e..c811456008c 100644 --- a/privilegedaccess/item_role_assignments_export_response.go +++ b/privilegedaccess/item_role_assignments_export_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRoleAssignmentsExportGetResponseable instead. type ItemRoleAssignmentsExportResponse struct { ItemRoleAssignmentsExportGetResponse } @@ -20,7 +20,7 @@ func NewItemRoleAssignmentsExportResponse()(*ItemRoleAssignmentsExportResponse) func CreateItemRoleAssignmentsExportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemRoleAssignmentsExportResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRoleAssignmentsExportGetResponseable instead. type ItemRoleAssignmentsExportResponseable interface { ItemRoleAssignmentsExportGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedapproval/my_requests_request_builder.go b/privilegedapproval/my_requests_request_builder.go index 4b7974b25fa..f9508289c21 100644 --- a/privilegedapproval/my_requests_request_builder.go +++ b/privilegedapproval/my_requests_request_builder.go @@ -52,7 +52,7 @@ func NewMyRequestsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263 return NewMyRequestsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function myRequests -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsMyRequestsGetResponse instead. // returns a MyRequestsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MyRequestsRequestBuilder) Get(ctx context.Context, requestConfiguration *MyRequestsRequestBuilderGetRequestConfiguration)(MyRequestsResponseable, error) { diff --git a/privilegedapproval/my_requests_response.go b/privilegedapproval/my_requests_response.go index ecf1dec5603..40edf126aaa 100644 --- a/privilegedapproval/my_requests_response.go +++ b/privilegedapproval/my_requests_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MyRequestsGetResponseable instead. type MyRequestsResponse struct { MyRequestsGetResponse } @@ -20,7 +20,7 @@ func NewMyRequestsResponse()(*MyRequestsResponse) { func CreateMyRequestsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMyRequestsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MyRequestsGetResponseable instead. type MyRequestsResponseable interface { MyRequestsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedroleassignmentrequests/my_request_builder.go b/privilegedroleassignmentrequests/my_request_builder.go index f6824620ce2..23640f47c8c 100644 --- a/privilegedroleassignmentrequests/my_request_builder.go +++ b/privilegedroleassignmentrequests/my_request_builder.go @@ -52,7 +52,7 @@ func NewMyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c9 return NewMyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function my -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsMyGetResponse instead. // returns a MyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MyRequestBuilder) Get(ctx context.Context, requestConfiguration *MyRequestBuilderGetRequestConfiguration)(MyResponseable, error) { diff --git a/privilegedroleassignmentrequests/my_response.go b/privilegedroleassignmentrequests/my_response.go index c787c9bfe14..07c330909a8 100644 --- a/privilegedroleassignmentrequests/my_response.go +++ b/privilegedroleassignmentrequests/my_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MyGetResponseable instead. type MyResponse struct { MyGetResponse } @@ -20,7 +20,7 @@ func NewMyResponse()(*MyResponse) { func CreateMyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MyGetResponseable instead. type MyResponseable interface { MyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedroleassignments/my_request_builder.go b/privilegedroleassignments/my_request_builder.go index 8b567ed679c..a43602ddd66 100644 --- a/privilegedroleassignments/my_request_builder.go +++ b/privilegedroleassignments/my_request_builder.go @@ -52,7 +52,7 @@ func NewMyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c9 return NewMyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function my -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsMyGetResponse instead. // returns a MyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *MyRequestBuilder) Get(ctx context.Context, requestConfiguration *MyRequestBuilderGetRequestConfiguration)(MyResponseable, error) { diff --git a/privilegedroleassignments/my_response.go b/privilegedroleassignments/my_response.go index 86252f6bf83..5b51abd9318 100644 --- a/privilegedroleassignments/my_response.go +++ b/privilegedroleassignments/my_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MyGetResponseable instead. type MyResponse struct { MyGetResponse } @@ -20,7 +20,7 @@ func NewMyResponse()(*MyResponse) { func CreateMyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use MyGetResponseable instead. type MyResponseable interface { MyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedsignupstatus/can_sign_up_request_builder.go b/privilegedsignupstatus/can_sign_up_request_builder.go index 58d19198d6c..adfa52f8244 100644 --- a/privilegedsignupstatus/can_sign_up_request_builder.go +++ b/privilegedsignupstatus/can_sign_up_request_builder.go @@ -31,7 +31,7 @@ func NewCanSignUpRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633 return NewCanSignUpRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function canSignUp -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsCanSignUpGetResponse instead. // returns a CanSignUpResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CanSignUpRequestBuilder) Get(ctx context.Context, requestConfiguration *CanSignUpRequestBuilderGetRequestConfiguration)(CanSignUpResponseable, error) { diff --git a/privilegedsignupstatus/can_sign_up_response.go b/privilegedsignupstatus/can_sign_up_response.go index f5ffa8c7ed3..a38fe7ac3ad 100644 --- a/privilegedsignupstatus/can_sign_up_response.go +++ b/privilegedsignupstatus/can_sign_up_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CanSignUpGetResponseable instead. type CanSignUpResponse struct { CanSignUpGetResponse } @@ -20,7 +20,7 @@ func NewCanSignUpResponse()(*CanSignUpResponse) { func CreateCanSignUpResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCanSignUpResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CanSignUpGetResponseable instead. type CanSignUpResponseable interface { CanSignUpGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedsignupstatus/complete_setup_request_builder.go b/privilegedsignupstatus/complete_setup_request_builder.go index 133562e6898..53d11719d78 100644 --- a/privilegedsignupstatus/complete_setup_request_builder.go +++ b/privilegedsignupstatus/complete_setup_request_builder.go @@ -31,7 +31,7 @@ func NewCompleteSetupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee return NewCompleteSetupRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action completeSetup -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCompleteSetupPostResponse instead. // returns a CompleteSetupResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CompleteSetupRequestBuilder) Post(ctx context.Context, body CompleteSetupPostRequestBodyable, requestConfiguration *CompleteSetupRequestBuilderPostRequestConfiguration)(CompleteSetupResponseable, error) { diff --git a/privilegedsignupstatus/complete_setup_response.go b/privilegedsignupstatus/complete_setup_response.go index 18bc22b65a8..52e03d55ac9 100644 --- a/privilegedsignupstatus/complete_setup_response.go +++ b/privilegedsignupstatus/complete_setup_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CompleteSetupPostResponseable instead. type CompleteSetupResponse struct { CompleteSetupPostResponse } @@ -20,7 +20,7 @@ func NewCompleteSetupResponse()(*CompleteSetupResponse) { func CreateCompleteSetupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCompleteSetupResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CompleteSetupPostResponseable instead. type CompleteSetupResponseable interface { CompleteSetupPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/privilegedsignupstatus/is_signed_up_request_builder.go b/privilegedsignupstatus/is_signed_up_request_builder.go index 8b6985e4038..0226ce8f5c0 100644 --- a/privilegedsignupstatus/is_signed_up_request_builder.go +++ b/privilegedsignupstatus/is_signed_up_request_builder.go @@ -31,7 +31,7 @@ func NewIsSignedUpRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263 return NewIsSignedUpRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function isSignedUp -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsSignedUpGetResponse instead. // returns a IsSignedUpResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *IsSignedUpRequestBuilder) Get(ctx context.Context, requestConfiguration *IsSignedUpRequestBuilderGetRequestConfiguration)(IsSignedUpResponseable, error) { diff --git a/privilegedsignupstatus/is_signed_up_response.go b/privilegedsignupstatus/is_signed_up_response.go index b842639d51e..114971774ef 100644 --- a/privilegedsignupstatus/is_signed_up_response.go +++ b/privilegedsignupstatus/is_signed_up_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IsSignedUpGetResponseable instead. type IsSignedUpResponse struct { IsSignedUpGetResponse } @@ -20,7 +20,7 @@ func NewIsSignedUpResponse()(*IsSignedUpResponse) { func CreateIsSignedUpResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewIsSignedUpResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use IsSignedUpGetResponseable instead. type IsSignedUpResponseable interface { IsSignedUpGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_attack_simulation_repeat_offenders_request_builder.go b/reports/get_attack_simulation_repeat_offenders_request_builder.go index 6428667eff5..e33cd274d39 100644 --- a/reports/get_attack_simulation_repeat_offenders_request_builder.go +++ b/reports/get_attack_simulation_repeat_offenders_request_builder.go @@ -46,7 +46,7 @@ func NewGetAttackSimulationRepeatOffendersRequestBuilder(rawUrl string, requestA return NewGetAttackSimulationRepeatOffendersRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAttackSimulationRepeatOffenders -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationRepeatOffendersGetResponse instead. // returns a GetAttackSimulationRepeatOffendersResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAttackSimulationRepeatOffendersRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAttackSimulationRepeatOffendersRequestBuilderGetRequestConfiguration)(GetAttackSimulationRepeatOffendersResponseable, error) { diff --git a/reports/get_attack_simulation_repeat_offenders_response.go b/reports/get_attack_simulation_repeat_offenders_response.go index 7713c290372..035b2c910a7 100644 --- a/reports/get_attack_simulation_repeat_offenders_response.go +++ b/reports/get_attack_simulation_repeat_offenders_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAttackSimulationRepeatOffendersGetResponseable instead. type GetAttackSimulationRepeatOffendersResponse struct { GetAttackSimulationRepeatOffendersGetResponse } @@ -20,7 +20,7 @@ func NewGetAttackSimulationRepeatOffendersResponse()(*GetAttackSimulationRepeatO func CreateGetAttackSimulationRepeatOffendersResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAttackSimulationRepeatOffendersResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAttackSimulationRepeatOffendersGetResponseable instead. type GetAttackSimulationRepeatOffendersResponseable interface { GetAttackSimulationRepeatOffendersGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_attack_simulation_simulation_user_coverage_request_builder.go b/reports/get_attack_simulation_simulation_user_coverage_request_builder.go index a4afb16aeb8..3b0da166b3a 100644 --- a/reports/get_attack_simulation_simulation_user_coverage_request_builder.go +++ b/reports/get_attack_simulation_simulation_user_coverage_request_builder.go @@ -46,7 +46,7 @@ func NewGetAttackSimulationSimulationUserCoverageRequestBuilder(rawUrl string, r return NewGetAttackSimulationSimulationUserCoverageRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAttackSimulationSimulationUserCoverage -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationSimulationUserCoverageGetResponse instead. // returns a GetAttackSimulationSimulationUserCoverageResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAttackSimulationSimulationUserCoverageRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAttackSimulationSimulationUserCoverageRequestBuilderGetRequestConfiguration)(GetAttackSimulationSimulationUserCoverageResponseable, error) { diff --git a/reports/get_attack_simulation_simulation_user_coverage_response.go b/reports/get_attack_simulation_simulation_user_coverage_response.go index 876d6c869a3..fa16ff5cd49 100644 --- a/reports/get_attack_simulation_simulation_user_coverage_response.go +++ b/reports/get_attack_simulation_simulation_user_coverage_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAttackSimulationSimulationUserCoverageGetResponseable instead. type GetAttackSimulationSimulationUserCoverageResponse struct { GetAttackSimulationSimulationUserCoverageGetResponse } @@ -20,7 +20,7 @@ func NewGetAttackSimulationSimulationUserCoverageResponse()(*GetAttackSimulation func CreateGetAttackSimulationSimulationUserCoverageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAttackSimulationSimulationUserCoverageResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAttackSimulationSimulationUserCoverageGetResponseable instead. type GetAttackSimulationSimulationUserCoverageResponseable interface { GetAttackSimulationSimulationUserCoverageGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_attack_simulation_training_user_coverage_request_builder.go b/reports/get_attack_simulation_training_user_coverage_request_builder.go index 3ab370948cb..5562a77fd77 100644 --- a/reports/get_attack_simulation_training_user_coverage_request_builder.go +++ b/reports/get_attack_simulation_training_user_coverage_request_builder.go @@ -46,7 +46,7 @@ func NewGetAttackSimulationTrainingUserCoverageRequestBuilder(rawUrl string, req return NewGetAttackSimulationTrainingUserCoverageRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAttackSimulationTrainingUserCoverage -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationTrainingUserCoverageGetResponse instead. // returns a GetAttackSimulationTrainingUserCoverageResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAttackSimulationTrainingUserCoverageRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAttackSimulationTrainingUserCoverageRequestBuilderGetRequestConfiguration)(GetAttackSimulationTrainingUserCoverageResponseable, error) { diff --git a/reports/get_attack_simulation_training_user_coverage_response.go b/reports/get_attack_simulation_training_user_coverage_response.go index 177e530c8d4..c8a2ab9b341 100644 --- a/reports/get_attack_simulation_training_user_coverage_response.go +++ b/reports/get_attack_simulation_training_user_coverage_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAttackSimulationTrainingUserCoverageGetResponseable instead. type GetAttackSimulationTrainingUserCoverageResponse struct { GetAttackSimulationTrainingUserCoverageGetResponse } @@ -20,7 +20,7 @@ func NewGetAttackSimulationTrainingUserCoverageResponse()(*GetAttackSimulationTr func CreateGetAttackSimulationTrainingUserCoverageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAttackSimulationTrainingUserCoverageResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAttackSimulationTrainingUserCoverageGetResponseable instead. type GetAttackSimulationTrainingUserCoverageResponseable interface { GetAttackSimulationTrainingUserCoverageGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_azure_a_d_application_sign_in_summary_with_period_request_builder.go b/reports/get_azure_a_d_application_sign_in_summary_with_period_request_builder.go index 4c207af4806..8655679c9c2 100644 --- a/reports/get_azure_a_d_application_sign_in_summary_with_period_request_builder.go +++ b/reports/get_azure_a_d_application_sign_in_summary_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetAzureADApplicationSignInSummaryWithPeriodRequestBuilder(rawUrl string return NewGetAzureADApplicationSignInSummaryWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getAzureADApplicationSignInSummary -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAzureADApplicationSignInSummaryWithPeriodGetResponse instead. // returns a GetAzureADApplicationSignInSummaryWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAzureADApplicationSignInSummaryWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAzureADApplicationSignInSummaryWithPeriodRequestBuilderGetRequestConfiguration)(GetAzureADApplicationSignInSummaryWithPeriodResponseable, error) { diff --git a/reports/get_azure_a_d_application_sign_in_summary_with_period_response.go b/reports/get_azure_a_d_application_sign_in_summary_with_period_response.go index 383bcbdf1d4..34a316a65b0 100644 --- a/reports/get_azure_a_d_application_sign_in_summary_with_period_response.go +++ b/reports/get_azure_a_d_application_sign_in_summary_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAzureADApplicationSignInSummaryWithPeriodGetResponseable instead. type GetAzureADApplicationSignInSummaryWithPeriodResponse struct { GetAzureADApplicationSignInSummaryWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetAzureADApplicationSignInSummaryWithPeriodResponse()(*GetAzureADApplic func CreateGetAzureADApplicationSignInSummaryWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAzureADApplicationSignInSummaryWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAzureADApplicationSignInSummaryWithPeriodGetResponseable instead. type GetAzureADApplicationSignInSummaryWithPeriodResponseable interface { GetAzureADApplicationSignInSummaryWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_credential_usage_summary_with_period_request_builder.go b/reports/get_credential_usage_summary_with_period_request_builder.go index fd26caa9f8b..0c701753676 100644 --- a/reports/get_credential_usage_summary_with_period_request_builder.go +++ b/reports/get_credential_usage_summary_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetCredentialUsageSummaryWithPeriodRequestBuilder(rawUrl string, request return NewGetCredentialUsageSummaryWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getCredentialUsageSummary -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCredentialUsageSummaryWithPeriodGetResponse instead. // returns a GetCredentialUsageSummaryWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetCredentialUsageSummaryWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetCredentialUsageSummaryWithPeriodRequestBuilderGetRequestConfiguration)(GetCredentialUsageSummaryWithPeriodResponseable, error) { diff --git a/reports/get_credential_usage_summary_with_period_response.go b/reports/get_credential_usage_summary_with_period_response.go index 3b61b98cc69..43f1a05053e 100644 --- a/reports/get_credential_usage_summary_with_period_response.go +++ b/reports/get_credential_usage_summary_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetCredentialUsageSummaryWithPeriodGetResponseable instead. type GetCredentialUsageSummaryWithPeriodResponse struct { GetCredentialUsageSummaryWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetCredentialUsageSummaryWithPeriodResponse()(*GetCredentialUsageSummary func CreateGetCredentialUsageSummaryWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetCredentialUsageSummaryWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetCredentialUsageSummaryWithPeriodGetResponseable instead. type GetCredentialUsageSummaryWithPeriodResponseable interface { GetCredentialUsageSummaryWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_credential_user_registration_count_request_builder.go b/reports/get_credential_user_registration_count_request_builder.go index f22819b327f..a54accef435 100644 --- a/reports/get_credential_user_registration_count_request_builder.go +++ b/reports/get_credential_user_registration_count_request_builder.go @@ -52,7 +52,7 @@ func NewGetCredentialUserRegistrationCountRequestBuilder(rawUrl string, requestA return NewGetCredentialUserRegistrationCountRequestBuilderInternal(urlParams, requestAdapter) } // Get report the current state of how many users in your organization are registered for self-service password reset and multifactor authentication (MFA) capabilities. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCredentialUserRegistrationCountGetResponse instead. // returns a GetCredentialUserRegistrationCountResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/reports/get_credential_user_registration_count_response.go b/reports/get_credential_user_registration_count_response.go index 181f9530ceb..3b43efd52e8 100644 --- a/reports/get_credential_user_registration_count_response.go +++ b/reports/get_credential_user_registration_count_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetCredentialUserRegistrationCountGetResponseable instead. type GetCredentialUserRegistrationCountResponse struct { GetCredentialUserRegistrationCountGetResponse } @@ -20,7 +20,7 @@ func NewGetCredentialUserRegistrationCountResponse()(*GetCredentialUserRegistrat func CreateGetCredentialUserRegistrationCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetCredentialUserRegistrationCountResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetCredentialUserRegistrationCountGetResponseable instead. type GetCredentialUserRegistrationCountResponseable interface { GetCredentialUserRegistrationCountGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go index 9d7e338a52c..ba4dc3ed913 100644 --- a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go +++ b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go @@ -56,7 +56,7 @@ func NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequ return NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getGroupArchivedPrintJobs -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go index 274f0eaa624..bd379612d69 100644 --- a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go +++ b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponseable instead. type GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponse struct { GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResp func CreateGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponseable instead. type GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseable interface { GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_active_user_counts_with_period_request_builder.go b/reports/get_office365_active_user_counts_with_period_request_builder.go index 0ce49ec21bb..3645d1195d3 100644 --- a/reports/get_office365_active_user_counts_with_period_request_builder.go +++ b/reports/get_office365_active_user_counts_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365ActiveUserCountsWithPeriodRequestBuilder(rawUrl string, requ return NewGetOffice365ActiveUserCountsWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365ActiveUserCounts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365ActiveUserCountsWithPeriodGetResponse instead. // returns a GetOffice365ActiveUserCountsWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365ActiveUserCountsWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365ActiveUserCountsWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365ActiveUserCountsWithPeriodResponseable, error) { diff --git a/reports/get_office365_active_user_counts_with_period_response.go b/reports/get_office365_active_user_counts_with_period_response.go index b946516226a..f11db979932 100644 --- a/reports/get_office365_active_user_counts_with_period_response.go +++ b/reports/get_office365_active_user_counts_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ActiveUserCountsWithPeriodGetResponseable instead. type GetOffice365ActiveUserCountsWithPeriodResponse struct { GetOffice365ActiveUserCountsWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365ActiveUserCountsWithPeriodResponse()(*GetOffice365ActiveUser func CreateGetOffice365ActiveUserCountsWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365ActiveUserCountsWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ActiveUserCountsWithPeriodGetResponseable instead. type GetOffice365ActiveUserCountsWithPeriodResponseable interface { GetOffice365ActiveUserCountsWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_active_user_detail_with_date_request_builder.go b/reports/get_office365_active_user_detail_with_date_request_builder.go index 5e8798a964d..8d9974317c3 100644 --- a/reports/get_office365_active_user_detail_with_date_request_builder.go +++ b/reports/get_office365_active_user_detail_with_date_request_builder.go @@ -56,7 +56,7 @@ func NewGetOffice365ActiveUserDetailWithDateRequestBuilder(rawUrl string, reques return NewGetOffice365ActiveUserDetailWithDateRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365ActiveUserDetail -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365ActiveUserDetailWithDateGetResponse instead. // returns a GetOffice365ActiveUserDetailWithDateResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365ActiveUserDetailWithDateRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365ActiveUserDetailWithDateRequestBuilderGetRequestConfiguration)(GetOffice365ActiveUserDetailWithDateResponseable, error) { diff --git a/reports/get_office365_active_user_detail_with_date_response.go b/reports/get_office365_active_user_detail_with_date_response.go index 599d6c8dab4..0b73a398792 100644 --- a/reports/get_office365_active_user_detail_with_date_response.go +++ b/reports/get_office365_active_user_detail_with_date_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ActiveUserDetailWithDateGetResponseable instead. type GetOffice365ActiveUserDetailWithDateResponse struct { GetOffice365ActiveUserDetailWithDateGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365ActiveUserDetailWithDateResponse()(*GetOffice365ActiveUserDe func CreateGetOffice365ActiveUserDetailWithDateResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365ActiveUserDetailWithDateResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ActiveUserDetailWithDateGetResponseable instead. type GetOffice365ActiveUserDetailWithDateResponseable interface { GetOffice365ActiveUserDetailWithDateGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_active_user_detail_with_period_request_builder.go b/reports/get_office365_active_user_detail_with_period_request_builder.go index 31e96acb37f..4722a8bdcc5 100644 --- a/reports/get_office365_active_user_detail_with_period_request_builder.go +++ b/reports/get_office365_active_user_detail_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365ActiveUserDetailWithPeriodRequestBuilder(rawUrl string, requ return NewGetOffice365ActiveUserDetailWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365ActiveUserDetail -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365ActiveUserDetailWithPeriodGetResponse instead. // returns a GetOffice365ActiveUserDetailWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365ActiveUserDetailWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365ActiveUserDetailWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365ActiveUserDetailWithPeriodResponseable, error) { diff --git a/reports/get_office365_active_user_detail_with_period_response.go b/reports/get_office365_active_user_detail_with_period_response.go index 905dc5e20ab..4c78c4a8a57 100644 --- a/reports/get_office365_active_user_detail_with_period_response.go +++ b/reports/get_office365_active_user_detail_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ActiveUserDetailWithPeriodGetResponseable instead. type GetOffice365ActiveUserDetailWithPeriodResponse struct { GetOffice365ActiveUserDetailWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365ActiveUserDetailWithPeriodResponse()(*GetOffice365ActiveUser func CreateGetOffice365ActiveUserDetailWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365ActiveUserDetailWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ActiveUserDetailWithPeriodGetResponseable instead. type GetOffice365ActiveUserDetailWithPeriodResponseable interface { GetOffice365ActiveUserDetailWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_groups_activity_counts_with_period_request_builder.go b/reports/get_office365_groups_activity_counts_with_period_request_builder.go index aaa6aec19d4..4821d4b5639 100644 --- a/reports/get_office365_groups_activity_counts_with_period_request_builder.go +++ b/reports/get_office365_groups_activity_counts_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365GroupsActivityCountsWithPeriodRequestBuilder(rawUrl string, return NewGetOffice365GroupsActivityCountsWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365GroupsActivityCounts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365GroupsActivityCountsWithPeriodGetResponse instead. // returns a GetOffice365GroupsActivityCountsWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365GroupsActivityCountsWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365GroupsActivityCountsWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365GroupsActivityCountsWithPeriodResponseable, error) { diff --git a/reports/get_office365_groups_activity_counts_with_period_response.go b/reports/get_office365_groups_activity_counts_with_period_response.go index ae6e9bdaa86..71bc4d4df32 100644 --- a/reports/get_office365_groups_activity_counts_with_period_response.go +++ b/reports/get_office365_groups_activity_counts_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityCountsWithPeriodGetResponseable instead. type GetOffice365GroupsActivityCountsWithPeriodResponse struct { GetOffice365GroupsActivityCountsWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365GroupsActivityCountsWithPeriodResponse()(*GetOffice365Groups func CreateGetOffice365GroupsActivityCountsWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365GroupsActivityCountsWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityCountsWithPeriodGetResponseable instead. type GetOffice365GroupsActivityCountsWithPeriodResponseable interface { GetOffice365GroupsActivityCountsWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_groups_activity_detail_with_date_request_builder.go b/reports/get_office365_groups_activity_detail_with_date_request_builder.go index cc81eb4ef45..74d81e1d668 100644 --- a/reports/get_office365_groups_activity_detail_with_date_request_builder.go +++ b/reports/get_office365_groups_activity_detail_with_date_request_builder.go @@ -56,7 +56,7 @@ func NewGetOffice365GroupsActivityDetailWithDateRequestBuilder(rawUrl string, re return NewGetOffice365GroupsActivityDetailWithDateRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365GroupsActivityDetail -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365GroupsActivityDetailWithDateGetResponse instead. // returns a GetOffice365GroupsActivityDetailWithDateResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365GroupsActivityDetailWithDateRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365GroupsActivityDetailWithDateRequestBuilderGetRequestConfiguration)(GetOffice365GroupsActivityDetailWithDateResponseable, error) { diff --git a/reports/get_office365_groups_activity_detail_with_date_response.go b/reports/get_office365_groups_activity_detail_with_date_response.go index 7687186a8f0..38df92a72b3 100644 --- a/reports/get_office365_groups_activity_detail_with_date_response.go +++ b/reports/get_office365_groups_activity_detail_with_date_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityDetailWithDateGetResponseable instead. type GetOffice365GroupsActivityDetailWithDateResponse struct { GetOffice365GroupsActivityDetailWithDateGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365GroupsActivityDetailWithDateResponse()(*GetOffice365GroupsAc func CreateGetOffice365GroupsActivityDetailWithDateResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365GroupsActivityDetailWithDateResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityDetailWithDateGetResponseable instead. type GetOffice365GroupsActivityDetailWithDateResponseable interface { GetOffice365GroupsActivityDetailWithDateGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_groups_activity_detail_with_period_request_builder.go b/reports/get_office365_groups_activity_detail_with_period_request_builder.go index 3ac08a6aaeb..f990143d9d4 100644 --- a/reports/get_office365_groups_activity_detail_with_period_request_builder.go +++ b/reports/get_office365_groups_activity_detail_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365GroupsActivityDetailWithPeriodRequestBuilder(rawUrl string, return NewGetOffice365GroupsActivityDetailWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365GroupsActivityDetail -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365GroupsActivityDetailWithPeriodGetResponse instead. // returns a GetOffice365GroupsActivityDetailWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365GroupsActivityDetailWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365GroupsActivityDetailWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365GroupsActivityDetailWithPeriodResponseable, error) { diff --git a/reports/get_office365_groups_activity_detail_with_period_response.go b/reports/get_office365_groups_activity_detail_with_period_response.go index a921789d981..562ebf43d92 100644 --- a/reports/get_office365_groups_activity_detail_with_period_response.go +++ b/reports/get_office365_groups_activity_detail_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityDetailWithPeriodGetResponseable instead. type GetOffice365GroupsActivityDetailWithPeriodResponse struct { GetOffice365GroupsActivityDetailWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365GroupsActivityDetailWithPeriodResponse()(*GetOffice365Groups func CreateGetOffice365GroupsActivityDetailWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365GroupsActivityDetailWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityDetailWithPeriodGetResponseable instead. type GetOffice365GroupsActivityDetailWithPeriodResponseable interface { GetOffice365GroupsActivityDetailWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_groups_activity_file_counts_with_period_request_builder.go b/reports/get_office365_groups_activity_file_counts_with_period_request_builder.go index 3058f09a6ed..805af902d40 100644 --- a/reports/get_office365_groups_activity_file_counts_with_period_request_builder.go +++ b/reports/get_office365_groups_activity_file_counts_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder(rawUrl stri return NewGetOffice365GroupsActivityFileCountsWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365GroupsActivityFileCounts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365GroupsActivityFileCountsWithPeriodGetResponse instead. // returns a GetOffice365GroupsActivityFileCountsWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365GroupsActivityFileCountsWithPeriodResponseable, error) { diff --git a/reports/get_office365_groups_activity_file_counts_with_period_response.go b/reports/get_office365_groups_activity_file_counts_with_period_response.go index f61f14f8c24..0cc34f7082c 100644 --- a/reports/get_office365_groups_activity_file_counts_with_period_response.go +++ b/reports/get_office365_groups_activity_file_counts_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityFileCountsWithPeriodGetResponseable instead. type GetOffice365GroupsActivityFileCountsWithPeriodResponse struct { GetOffice365GroupsActivityFileCountsWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365GroupsActivityFileCountsWithPeriodResponse()(*GetOffice365Gr func CreateGetOffice365GroupsActivityFileCountsWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365GroupsActivityFileCountsWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityFileCountsWithPeriodGetResponseable instead. type GetOffice365GroupsActivityFileCountsWithPeriodResponseable interface { GetOffice365GroupsActivityFileCountsWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_groups_activity_group_counts_with_period_request_builder.go b/reports/get_office365_groups_activity_group_counts_with_period_request_builder.go index 2dc41f8faf2..363a38211b2 100644 --- a/reports/get_office365_groups_activity_group_counts_with_period_request_builder.go +++ b/reports/get_office365_groups_activity_group_counts_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder(rawUrl str return NewGetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365GroupsActivityGroupCounts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365GroupsActivityGroupCountsWithPeriodGetResponse instead. // returns a GetOffice365GroupsActivityGroupCountsWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365GroupsActivityGroupCountsWithPeriodResponseable, error) { diff --git a/reports/get_office365_groups_activity_group_counts_with_period_response.go b/reports/get_office365_groups_activity_group_counts_with_period_response.go index bf3313bdb29..f1357afd749 100644 --- a/reports/get_office365_groups_activity_group_counts_with_period_response.go +++ b/reports/get_office365_groups_activity_group_counts_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityGroupCountsWithPeriodGetResponseable instead. type GetOffice365GroupsActivityGroupCountsWithPeriodResponse struct { GetOffice365GroupsActivityGroupCountsWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365GroupsActivityGroupCountsWithPeriodResponse()(*GetOffice365G func CreateGetOffice365GroupsActivityGroupCountsWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365GroupsActivityGroupCountsWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityGroupCountsWithPeriodGetResponseable instead. type GetOffice365GroupsActivityGroupCountsWithPeriodResponseable interface { GetOffice365GroupsActivityGroupCountsWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_groups_activity_storage_with_period_request_builder.go b/reports/get_office365_groups_activity_storage_with_period_request_builder.go index 60b1f36055a..ba19075ed74 100644 --- a/reports/get_office365_groups_activity_storage_with_period_request_builder.go +++ b/reports/get_office365_groups_activity_storage_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365GroupsActivityStorageWithPeriodRequestBuilder(rawUrl string, return NewGetOffice365GroupsActivityStorageWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365GroupsActivityStorage -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365GroupsActivityStorageWithPeriodGetResponse instead. // returns a GetOffice365GroupsActivityStorageWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365GroupsActivityStorageWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365GroupsActivityStorageWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365GroupsActivityStorageWithPeriodResponseable, error) { diff --git a/reports/get_office365_groups_activity_storage_with_period_response.go b/reports/get_office365_groups_activity_storage_with_period_response.go index b00a3027c1c..51d8a76dea7 100644 --- a/reports/get_office365_groups_activity_storage_with_period_response.go +++ b/reports/get_office365_groups_activity_storage_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityStorageWithPeriodGetResponseable instead. type GetOffice365GroupsActivityStorageWithPeriodResponse struct { GetOffice365GroupsActivityStorageWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365GroupsActivityStorageWithPeriodResponse()(*GetOffice365Group func CreateGetOffice365GroupsActivityStorageWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365GroupsActivityStorageWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365GroupsActivityStorageWithPeriodGetResponseable instead. type GetOffice365GroupsActivityStorageWithPeriodResponseable interface { GetOffice365GroupsActivityStorageWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_office365_services_user_counts_with_period_request_builder.go b/reports/get_office365_services_user_counts_with_period_request_builder.go index 2460fd7fa6e..d05314a0102 100644 --- a/reports/get_office365_services_user_counts_with_period_request_builder.go +++ b/reports/get_office365_services_user_counts_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetOffice365ServicesUserCountsWithPeriodRequestBuilder(rawUrl string, re return NewGetOffice365ServicesUserCountsWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getOffice365ServicesUserCounts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOffice365ServicesUserCountsWithPeriodGetResponse instead. // returns a GetOffice365ServicesUserCountsWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOffice365ServicesUserCountsWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOffice365ServicesUserCountsWithPeriodRequestBuilderGetRequestConfiguration)(GetOffice365ServicesUserCountsWithPeriodResponseable, error) { diff --git a/reports/get_office365_services_user_counts_with_period_response.go b/reports/get_office365_services_user_counts_with_period_response.go index f017251d0a1..cb6f294f043 100644 --- a/reports/get_office365_services_user_counts_with_period_response.go +++ b/reports/get_office365_services_user_counts_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ServicesUserCountsWithPeriodGetResponseable instead. type GetOffice365ServicesUserCountsWithPeriodResponse struct { GetOffice365ServicesUserCountsWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetOffice365ServicesUserCountsWithPeriodResponse()(*GetOffice365Services func CreateGetOffice365ServicesUserCountsWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOffice365ServicesUserCountsWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOffice365ServicesUserCountsWithPeriodGetResponseable instead. type GetOffice365ServicesUserCountsWithPeriodResponseable interface { GetOffice365ServicesUserCountsWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go index a20bce8b1d9..b18596fa77a 100644 --- a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go +++ b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go @@ -56,7 +56,7 @@ func NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime return NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getPrinterArchivedPrintJobs -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go index 1d202a19cd1..d75fa673575 100644 --- a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go +++ b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponseable instead. type GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponse struct { GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime func CreateGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponseable instead. type GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseable interface { GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_relying_party_detailed_summary_with_period_request_builder.go b/reports/get_relying_party_detailed_summary_with_period_request_builder.go index c2872a2078a..df2ac451763 100644 --- a/reports/get_relying_party_detailed_summary_with_period_request_builder.go +++ b/reports/get_relying_party_detailed_summary_with_period_request_builder.go @@ -55,7 +55,7 @@ func NewGetRelyingPartyDetailedSummaryWithPeriodRequestBuilder(rawUrl string, re return NewGetRelyingPartyDetailedSummaryWithPeriodRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getRelyingPartyDetailedSummary -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetRelyingPartyDetailedSummaryWithPeriodGetResponse instead. // returns a GetRelyingPartyDetailedSummaryWithPeriodResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetRelyingPartyDetailedSummaryWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetRequestConfiguration)(GetRelyingPartyDetailedSummaryWithPeriodResponseable, error) { diff --git a/reports/get_relying_party_detailed_summary_with_period_response.go b/reports/get_relying_party_detailed_summary_with_period_response.go index b9bf88be2fc..6d3e33941d9 100644 --- a/reports/get_relying_party_detailed_summary_with_period_response.go +++ b/reports/get_relying_party_detailed_summary_with_period_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetRelyingPartyDetailedSummaryWithPeriodGetResponseable instead. type GetRelyingPartyDetailedSummaryWithPeriodResponse struct { GetRelyingPartyDetailedSummaryWithPeriodGetResponse } @@ -20,7 +20,7 @@ func NewGetRelyingPartyDetailedSummaryWithPeriodResponse()(*GetRelyingPartyDetai func CreateGetRelyingPartyDetailedSummaryWithPeriodResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetRelyingPartyDetailedSummaryWithPeriodResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetRelyingPartyDetailedSummaryWithPeriodGetResponseable instead. type GetRelyingPartyDetailedSummaryWithPeriodResponseable interface { GetRelyingPartyDetailedSummaryWithPeriodGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go index 4811fcba48f..47fd82bf6e6 100644 --- a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go +++ b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go @@ -56,7 +56,7 @@ func NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeReques return NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getUserArchivedPrintJobs -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go index fd362204f05..e46b9f946cc 100644 --- a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go +++ b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponseable instead. type GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponse struct { GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRespon func CreateGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponseable instead. type GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseable interface { GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/reports/security_get_attack_simulation_repeat_offenders_request_builder.go b/reports/security_get_attack_simulation_repeat_offenders_request_builder.go index 320c96c13b5..4adb848190b 100644 --- a/reports/security_get_attack_simulation_repeat_offenders_request_builder.go +++ b/reports/security_get_attack_simulation_repeat_offenders_request_builder.go @@ -46,7 +46,7 @@ func NewSecurityGetAttackSimulationRepeatOffendersRequestBuilder(rawUrl string, return NewSecurityGetAttackSimulationRepeatOffendersRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAttackSimulationRepeatOffenders -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationRepeatOffendersGetResponse instead. // returns a SecurityGetAttackSimulationRepeatOffendersResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *SecurityGetAttackSimulationRepeatOffendersRequestBuilder) Get(ctx context.Context, requestConfiguration *SecurityGetAttackSimulationRepeatOffendersRequestBuilderGetRequestConfiguration)(SecurityGetAttackSimulationRepeatOffendersResponseable, error) { diff --git a/reports/security_get_attack_simulation_repeat_offenders_response.go b/reports/security_get_attack_simulation_repeat_offenders_response.go index 6dd12882b61..a69fd224589 100644 --- a/reports/security_get_attack_simulation_repeat_offenders_response.go +++ b/reports/security_get_attack_simulation_repeat_offenders_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationRepeatOffendersGetResponseable instead. type SecurityGetAttackSimulationRepeatOffendersResponse struct { SecurityGetAttackSimulationRepeatOffendersGetResponse } @@ -20,7 +20,7 @@ func NewSecurityGetAttackSimulationRepeatOffendersResponse()(*SecurityGetAttackS func CreateSecurityGetAttackSimulationRepeatOffendersResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewSecurityGetAttackSimulationRepeatOffendersResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationRepeatOffendersGetResponseable instead. type SecurityGetAttackSimulationRepeatOffendersResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable SecurityGetAttackSimulationRepeatOffendersGetResponseable diff --git a/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go b/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go index f87b84041d7..a6447a7bcb5 100644 --- a/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go +++ b/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go @@ -46,7 +46,7 @@ func NewSecurityGetAttackSimulationSimulationUserCoverageRequestBuilder(rawUrl s return NewSecurityGetAttackSimulationSimulationUserCoverageRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAttackSimulationSimulationUserCoverage -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationSimulationUserCoverageGetResponse instead. // returns a SecurityGetAttackSimulationSimulationUserCoverageResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *SecurityGetAttackSimulationSimulationUserCoverageRequestBuilder) Get(ctx context.Context, requestConfiguration *SecurityGetAttackSimulationSimulationUserCoverageRequestBuilderGetRequestConfiguration)(SecurityGetAttackSimulationSimulationUserCoverageResponseable, error) { diff --git a/reports/security_get_attack_simulation_simulation_user_coverage_response.go b/reports/security_get_attack_simulation_simulation_user_coverage_response.go index 679851b1a3d..4b580c9481f 100644 --- a/reports/security_get_attack_simulation_simulation_user_coverage_response.go +++ b/reports/security_get_attack_simulation_simulation_user_coverage_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationSimulationUserCoverageGetResponseable instead. type SecurityGetAttackSimulationSimulationUserCoverageResponse struct { SecurityGetAttackSimulationSimulationUserCoverageGetResponse } @@ -20,7 +20,7 @@ func NewSecurityGetAttackSimulationSimulationUserCoverageResponse()(*SecurityGet func CreateSecurityGetAttackSimulationSimulationUserCoverageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewSecurityGetAttackSimulationSimulationUserCoverageResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationSimulationUserCoverageGetResponseable instead. type SecurityGetAttackSimulationSimulationUserCoverageResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable SecurityGetAttackSimulationSimulationUserCoverageGetResponseable diff --git a/reports/security_get_attack_simulation_training_user_coverage_request_builder.go b/reports/security_get_attack_simulation_training_user_coverage_request_builder.go index abaae48eb9b..7d8d18f5d02 100644 --- a/reports/security_get_attack_simulation_training_user_coverage_request_builder.go +++ b/reports/security_get_attack_simulation_training_user_coverage_request_builder.go @@ -46,7 +46,7 @@ func NewSecurityGetAttackSimulationTrainingUserCoverageRequestBuilder(rawUrl str return NewSecurityGetAttackSimulationTrainingUserCoverageRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAttackSimulationTrainingUserCoverage -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationTrainingUserCoverageGetResponse instead. // returns a SecurityGetAttackSimulationTrainingUserCoverageResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *SecurityGetAttackSimulationTrainingUserCoverageRequestBuilder) Get(ctx context.Context, requestConfiguration *SecurityGetAttackSimulationTrainingUserCoverageRequestBuilderGetRequestConfiguration)(SecurityGetAttackSimulationTrainingUserCoverageResponseable, error) { diff --git a/reports/security_get_attack_simulation_training_user_coverage_response.go b/reports/security_get_attack_simulation_training_user_coverage_response.go index a2447c10df1..ab64d5772be 100644 --- a/reports/security_get_attack_simulation_training_user_coverage_response.go +++ b/reports/security_get_attack_simulation_training_user_coverage_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationTrainingUserCoverageGetResponseable instead. type SecurityGetAttackSimulationTrainingUserCoverageResponse struct { SecurityGetAttackSimulationTrainingUserCoverageGetResponse } @@ -20,7 +20,7 @@ func NewSecurityGetAttackSimulationTrainingUserCoverageResponse()(*SecurityGetAt func CreateSecurityGetAttackSimulationTrainingUserCoverageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewSecurityGetAttackSimulationTrainingUserCoverageResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationTrainingUserCoverageGetResponseable instead. type SecurityGetAttackSimulationTrainingUserCoverageResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable SecurityGetAttackSimulationTrainingUserCoverageGetResponseable diff --git a/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go b/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go index 90caffe1ae3..758ea83a7a0 100644 --- a/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go +++ b/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go @@ -55,7 +55,7 @@ func NewServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSucce return NewServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getMetricsForConditionalAccessCompliantDevicesSignInSuccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse instead. // returns a ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilder) Get(ctx context.Context, requestConfiguration *ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderGetRequestConfiguration)(ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable, error) { diff --git a/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go b/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go index e7232019e1a..f6d45aa309c 100644 --- a/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go +++ b/reports/service_activity_get_metrics_for_conditional_access_compliant_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse struct { ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse } @@ -20,7 +20,7 @@ func NewServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSucce func CreateServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceActivityGetMetricsForConditionalAccessCompliantDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable diff --git a/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go b/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go index b998768d8b6..e6b35c0ef35 100644 --- a/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go +++ b/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go @@ -55,7 +55,7 @@ func NewServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccess return NewServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getMetricsForConditionalAccessManagedDevicesSignInSuccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse instead. // returns a ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilder) Get(ctx context.Context, requestConfiguration *ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderGetRequestConfiguration)(ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable, error) { diff --git a/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go b/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go index 67f8225a043..e577d6892ba 100644 --- a/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go +++ b/reports/service_activity_get_metrics_for_conditional_access_managed_devices_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse struct { ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse } @@ -20,7 +20,7 @@ func NewServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccess func CreateServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceActivityGetMetricsForConditionalAccessManagedDevicesSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable diff --git a/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go b/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go index 220572f39f5..c83cfe8b3fe 100644 --- a/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go +++ b/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go @@ -55,7 +55,7 @@ func NewServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDa return NewServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getMetricsForMfaSignInFailure -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse instead. // returns a ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilder) Get(ctx context.Context, requestConfiguration *ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderGetRequestConfiguration)(ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable, error) { diff --git a/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go b/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go index ede81d31f17..ebc5fd2f749 100644 --- a/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go +++ b/reports/service_activity_get_metrics_for_mfa_sign_in_failure_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse struct { ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse } @@ -20,7 +20,7 @@ func NewServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDa func CreateServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceActivityGetMetricsForMfaSignInFailureWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable diff --git a/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go b/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go index 8e205ae962d..e471fcca9db 100644 --- a/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go +++ b/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go @@ -55,7 +55,7 @@ func NewServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDa return NewServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getMetricsForMfaSignInSuccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse instead. // returns a ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilder) Get(ctx context.Context, requestConfiguration *ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderGetRequestConfiguration)(ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable, error) { diff --git a/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go b/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go index 96a19887a14..5e69352b0bd 100644 --- a/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go +++ b/reports/service_activity_get_metrics_for_mfa_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse struct { ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse } @@ -20,7 +20,7 @@ func NewServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDa func CreateServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceActivityGetMetricsForMfaSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable diff --git a/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go b/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go index cb171cc3c27..f207ab6c460 100644 --- a/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go +++ b/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_request_builder.go @@ -55,7 +55,7 @@ func NewServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartD return NewServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getMetricsForSamlSignInSuccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse instead. // returns a ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilder) Get(ctx context.Context, requestConfiguration *ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesRequestBuilderGetRequestConfiguration)(ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable, error) { diff --git a/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go b/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go index 03b73a9c1f5..2ddb06332ff 100644 --- a/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go +++ b/reports/service_activity_get_metrics_for_saml_sign_in_success_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time_with_aggregation_interval_in_minutes_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse struct { ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponse } @@ -20,7 +20,7 @@ func NewServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartD func CreateServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable instead. type ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable ServiceActivityGetMetricsForSamlSignInSuccessWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeWithAggregationIntervalInMinutesGetResponseable diff --git a/riskdetections/risk_detections_request_builder.go b/riskdetections/risk_detections_request_builder.go index 9187a57297e..e9cdee6b2a9 100644 --- a/riskdetections/risk_detections_request_builder.go +++ b/riskdetections/risk_detections_request_builder.go @@ -11,7 +11,7 @@ import ( type RiskDetectionsRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// RiskDetectionsRequestBuilderGetQueryParameters retrieve the properties of a collection of riskDetection objects. +// RiskDetectionsRequestBuilderGetQueryParameters retrieve the properties of a riskDetection object. type RiskDetectionsRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -67,12 +67,12 @@ func NewRiskDetectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae urlParams["request-raw-url"] = rawUrl return NewRiskDetectionsRequestBuilderInternal(urlParams, requestAdapter) } -// Get retrieve the properties of a collection of riskDetection objects. +// Get retrieve the properties of a riskDetection object. // returns a RiskDetectionCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0 func (m *RiskDetectionsRequestBuilder) Get(ctx context.Context, requestConfiguration *RiskDetectionsRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.RiskDetectionCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -110,7 +110,7 @@ func (m *RiskDetectionsRequestBuilder) Post(ctx context.Context, body ie233ee762 } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.RiskDetectionable), nil } -// ToGetRequestInformation retrieve the properties of a collection of riskDetection objects. +// ToGetRequestInformation retrieve the properties of a riskDetection object. // returns a *RequestInformation when successful func (m *RiskDetectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskDetectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index fc38ce85c7b..68acabaf8b2 100644 --- a/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewCloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScope return NewCloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index baa626f9730..6a0fb676c33 100644 --- a/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/cloud_p_c_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewCloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScope func CreateCloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { CloudPCRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index 8d298df54fa..3281c72eeb8 100644 --- a/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewCloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsW return NewCloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 02069e0b754..d3dcf8d8f34 100644 --- a/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/cloud_p_c_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewCloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsW func CreateCloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { CloudPCRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index 9461c1b82f2..f0eb79a5bba 100644 --- a/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewDeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirec return NewDeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 5a4e3dd6211..67abfc7ac73 100644 --- a/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/device_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewDeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirec func CreateDeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { DeviceManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index aeec848c887..a97bf430171 100644 --- a/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewDeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPr return NewDeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 5371ff2eedc..469184f2fce 100644 --- a/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/device_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewDeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPr func CreateDeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { DeviceManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go index 14fbb8739d9..906e88c7685 100644 --- a/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewDirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder( return NewDirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_response.go index dd5d457295c..49cb6cd4119 100644 --- a/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_response.go +++ b/rolemanagement/directory_role_assignment_approvals_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnResponse struct { DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnResponse()(*Dir func CreateDirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable interface { DirectoryRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go index 7d25d358875..27d364ffbf6 100644 --- a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequest return NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go index 8ea866dca3b..86a0babb483 100644 --- a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go +++ b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse struct { DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRespons func CreateDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable interface { DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go index 64a2bce5eec..d4abc29d5c1 100644 --- a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestB return NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go index 486c740b54f..8b94e9d75f8 100644 --- a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go +++ b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse struct { DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse func CreateDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable interface { DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go index 783f8779e0f..ceb2747bbb1 100644 --- a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder( return NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go index 938bf56eef1..e523b4b8b8c 100644 --- a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go +++ b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse struct { DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse()(*Dir func CreateDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable interface { DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index b46724c0a6d..978baecef42 100644 --- a/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewDirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectorySco return NewDirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index f8b80e78ea0..906a4566a10 100644 --- a/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/directory_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectorySco func CreateDirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { DirectoryRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index ada3f87fd4e..567890f6e10 100644 --- a/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewDirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipal return NewDirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index ed6ae31c2a6..b8d29e6bca6 100644 --- a/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/directory_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipal func CreateDirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { DirectoryRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go index 042ba4919df..50c4d8d3246 100644 --- a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnReques return NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go index f70619146bc..825a91a7db3 100644 --- a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go +++ b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse struct { DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRespon func CreateDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable interface { DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go index 695c5046a3c..0b156736443 100644 --- a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequest return NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go index f8c99cfc54f..f673b98afac 100644 --- a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go +++ b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse struct { DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRespons func CreateDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable interface { DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go index 50f8c60c092..9fd4dcfda82 100644 --- a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder return NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go index f4c0f885b1f..633fa2678cf 100644 --- a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go +++ b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse struct { DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse()(*Di func CreateDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable interface { DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go b/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go index 58fd2a3ce0d..ed5b93b594e 100644 --- a/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go +++ b/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go @@ -60,7 +60,7 @@ func NewDirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeId return NewDirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function roleScheduleInstances -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse instead. // returns a DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderGetRequestConfiguration)(DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable, error) { diff --git a/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go b/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go index 6a72d157c77..d345f3f1bcc 100644 --- a/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go +++ b/rolemanagement/directory_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse struct { DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeId func CreateDirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable interface { DirectoryRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go b/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go index a51e5234bce..09036b30401 100644 --- a/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go +++ b/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go @@ -60,7 +60,7 @@ func NewDirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScope return NewDirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function roleSchedules -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse instead. // returns a DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderGetRequestConfiguration)(DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable, error) { diff --git a/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go b/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go index db45170f89c..e0c72e08ad1 100644 --- a/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go +++ b/rolemanagement/directory_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse struct { DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse } @@ -20,7 +20,7 @@ func NewDirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScope func CreateDirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable interface { DirectoryRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go b/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go index ccad6e8e681..eeca020b4c4 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnReques return NewEnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_response.go b/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_response.go index 435e9e041cf..986a275a80f 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_response.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_approvals_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnResponse struct { EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnRespon func CreateEnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable interface { EnterpriseAppsItemRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go index a5edf06dc52..ac751d4e53e 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWith return NewEnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go index c2408e5a5aa..60b1a304007 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse struct { EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWith func CreateEnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable interface { EnterpriseAppsItemRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go index 598f620071d..ed8665cce2b 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithO return NewEnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go index 657156450ce..12c5e659f82 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse struct { EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithO func CreateEnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable interface { EnterpriseAppsItemRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go index c50fdde08bb..f9fd6618075 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnReques return NewEnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_response.go index e013ab6a90b..0e8133ef2a0 100644 --- a/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_response.go +++ b/rolemanagement/enterprise_apps_item_role_assignment_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse struct { EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnRespon func CreateEnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable interface { EnterpriseAppsItemRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index 399536dfdb0..cd091330a69 100644 --- a/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewEnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedir return NewEnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 83b79a8c20e..dd7a5add6fd 100644 --- a/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/enterprise_apps_item_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedir func CreateEnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { EnterpriseAppsItemRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index 5b61a83951d..090a04a776a 100644 --- a/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewEnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssigned return NewEnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 5c4e6607738..68c321eb2cd 100644 --- a/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/enterprise_apps_item_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssigned func CreateEnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { EnterpriseAppsItemRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go index 5fc432ad305..d08b85c5efc 100644 --- a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWit return NewEnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go index e2179f15024..920205d8642 100644 --- a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go +++ b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse struct { EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWit func CreateEnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable interface { EnterpriseAppsItemRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go index 3050aa884c5..4de8f2c845f 100644 --- a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWith return NewEnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go index 24f4d779aa7..3ca521cdb39 100644 --- a/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go +++ b/rolemanagement/enterprise_apps_item_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse struct { EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWith func CreateEnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable interface { EnterpriseAppsItemRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go index d8199c07ccf..92aca77a0ff 100644 --- a/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnReque return NewEnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_response.go index 494439b15b2..78355eaff19 100644 --- a/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_response.go +++ b/rolemanagement/enterprise_apps_item_role_eligibility_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse struct { EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnRespo func CreateEnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable interface { EnterpriseAppsItemRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go b/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go index a26e562b726..5305afcde2c 100644 --- a/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go @@ -60,7 +60,7 @@ func NewEnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdA return NewEnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function roleScheduleInstances -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse instead. // returns a EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go b/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go index a04a5227283..5e44a51c49c 100644 --- a/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go +++ b/rolemanagement/enterprise_apps_item_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse struct { EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdA func CreateEnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable interface { EnterpriseAppsItemRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go b/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go index d7e6c92ef72..649ab8fca5c 100644 --- a/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go +++ b/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go @@ -60,7 +60,7 @@ func NewEnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeI return NewEnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function roleSchedules -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse instead. // returns a EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderGetRequestConfiguration)(EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable, error) { diff --git a/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go b/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go index 6e90dd41d08..ddd4ef41259 100644 --- a/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go +++ b/rolemanagement/enterprise_apps_item_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse struct { EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse } @@ -20,7 +20,7 @@ func NewEnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeI func CreateEnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable interface { EnterpriseAppsItemRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go index 6a9a7157131..1e0803afd9a 100644 --- a/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnReq return NewEntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_response.go index 3d157176e1d..1acdaab70d9 100644 --- a/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_response.go +++ b/rolemanagement/entitlement_management_role_assignment_approvals_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnResponse struct { EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnRes func CreateEntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementRoleAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go index c729216c663..3116a6b11fe 100644 --- a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserW return NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go index 7dadb730d77..f3a9d39d9cc 100644 --- a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go +++ b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse struct { EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserW func CreateEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable interface { EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go index 283e225c2e4..2edb4044172 100644 --- a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWi return NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go index 98b95f61819..dd735d35e02 100644 --- a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go +++ b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse struct { EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWi func CreateEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go index fc064251de1..4f6118dadac 100644 --- a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnReq return NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go index 0010999d83a..54773491ead 100644 --- a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go +++ b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse struct { EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRes func CreateEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable interface { EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index bc0c3677d33..3b10a2f407a 100644 --- a/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewEntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitive return NewEntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index ede243d7f94..c2852126292 100644 --- a/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/entitlement_management_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitive func CreateEntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { EntitlementManagementRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index f426b8ae8ff..728c2adcc9e 100644 --- a/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewEntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssig return NewEntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 940f72b75dd..f0e1c875380 100644 --- a/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/entitlement_management_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssig func CreateEntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go index 0976a52f2c4..d9328e1e9ca 100644 --- a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUser return NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go index d5d13baa14b..0ffe189d475 100644 --- a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go +++ b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse struct { EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUser func CreateEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable interface { EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go index 627eea6e288..5a44ce28f59 100644 --- a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserW return NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go index 44793672cc6..930d714c618 100644 --- a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go +++ b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse struct { EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserW func CreateEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable interface { EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go index 796e10ebafe..3fbfbe0ecc5 100644 --- a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go +++ b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRe return NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go index 073bec0a36a..97ac527fdc9 100644 --- a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go +++ b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse struct { EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRe func CreateEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead. type EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable interface { EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go b/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go index 7d61e5a1f9d..f8590f355ba 100644 --- a/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go +++ b/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go @@ -60,7 +60,7 @@ func NewEntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScope return NewEntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function roleScheduleInstances -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse instead. // returns a EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go b/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go index 0481a8389b4..933949ff011 100644 --- a/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go +++ b/rolemanagement/entitlement_management_role_schedule_instancesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse struct { EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScope func CreateEntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable interface { EntitlementManagementRoleScheduleInstancesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go b/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go index b3c3970e079..8125682f865 100644 --- a/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go +++ b/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_request_builder.go @@ -60,7 +60,7 @@ func NewEntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppSco return NewEntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function roleSchedules -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse instead. // returns a EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable, error) { diff --git a/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go b/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go index 033b5b2bf3e..52ab7c91d12 100644 --- a/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go +++ b/rolemanagement/entitlement_management_role_schedulesdirectory_scope_id_directory_scope_id_app_scope_id_app_scope_id_principal_id_principal_id_role_definition_id_role_definition_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse struct { EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponse } @@ -20,7 +20,7 @@ func NewEntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppSco func CreateEntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable instead. type EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdResponseable interface { EntitlementManagementRoleSchedulesdirectoryScopeIdDirectoryScopeIdAppScopeIdAppScopeIdPrincipalIdPrincipalIdRoleDefinitionIdRoleDefinitionIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index 7de0a5bf58c..bfe0e4704f2 100644 --- a/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScop return NewExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 2a920957674..0b2a975efde 100644 --- a/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/exchange_role_definitions_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScop func CreateExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { ExchangeRoleDefinitionsItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go b/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go index ac8bfeec741..f31baf1461f 100644 --- a/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go +++ b/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_request_builder.go @@ -58,7 +58,7 @@ func NewExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipals return NewExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function assignedPrincipals -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse instead. // returns a ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdRequestBuilderGetRequestConfiguration)(ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable, error) { diff --git a/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go b/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go index 6e9252b2470..7428036b0de 100644 --- a/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go +++ b/rolemanagement/exchange_role_definitions_item_inherits_permissions_from_item_assigned_principals_with_transitivedirectory_scope_type_directory_scope_type_directory_scope_id_directory_scope_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse struct { ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponse } @@ -20,7 +20,7 @@ func NewExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipals func CreateExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable instead. type ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdResponseable interface { ExchangeRoleDefinitionsItemInheritsPermissionsFromItemAssignedPrincipalsWithTransitivedirectoryScopeTypeDirectoryScopeTypeDirectoryScopeIdDirectoryScopeIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/search/query_request_builder.go b/search/query_request_builder.go index 48b822600aa..88156bd6cf1 100644 --- a/search/query_request_builder.go +++ b/search/query_request_builder.go @@ -31,7 +31,7 @@ func NewQueryRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewQueryRequestBuilderInternal(urlParams, requestAdapter) } // Post run a specified search query. Search results are provided in the response. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsQueryPostResponse instead. // returns a QueryResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/search/query_response.go b/search/query_response.go index 46b1a801663..998af5009d8 100644 --- a/search/query_response.go +++ b/search/query_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use QueryPostResponseable instead. type QueryResponse struct { QueryPostResponse } @@ -20,7 +20,7 @@ func NewQueryResponse()(*QueryResponse) { func CreateQueryResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewQueryResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use QueryPostResponseable instead. type QueryResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable QueryPostResponseable diff --git a/security/alerts_update_alerts_request_builder.go b/security/alerts_update_alerts_request_builder.go index c202682c3de..37c366b15f8 100644 --- a/security/alerts_update_alerts_request_builder.go +++ b/security/alerts_update_alerts_request_builder.go @@ -31,7 +31,7 @@ func NewAlertsUpdateAlertsRequestBuilder(rawUrl string, requestAdapter i2ae4187f return NewAlertsUpdateAlertsRequestBuilderInternal(urlParams, requestAdapter) } // Post update multiple alerts in one request instead of multiple requests. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsUpdateAlertsPostResponse instead. // returns a AlertsUpdateAlertsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/alerts_update_alerts_response.go b/security/alerts_update_alerts_response.go index 11dc16c94fc..cf82cae2b29 100644 --- a/security/alerts_update_alerts_response.go +++ b/security/alerts_update_alerts_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AlertsUpdateAlertsPostResponseable instead. type AlertsUpdateAlertsResponse struct { AlertsUpdateAlertsPostResponse } @@ -20,7 +20,7 @@ func NewAlertsUpdateAlertsResponse()(*AlertsUpdateAlertsResponse) { func CreateAlertsUpdateAlertsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAlertsUpdateAlertsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AlertsUpdateAlertsPostResponseable instead. type AlertsUpdateAlertsResponseable interface { AlertsUpdateAlertsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/security/alerts_v2_alert_item_request_builder.go b/security/alerts_v2_alert_item_request_builder.go index d47d7ab0b96..a6b2e517485 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. +// Alerts_v2AlertItemRequestBuilderGetQueryParameters get the properties and relationships of an alert object. type Alerts_v2AlertItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -75,7 +75,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. +// Get get the properties and relationships of an alert object. // returns a Alertable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -98,7 +98,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) Get(ctx context.Context, requestConfi } return res.(i084fa7ab3bba802bf5cc3b408e230cc64c167a57976e0d42c37e17154afd5b78.Alertable), nil } -// Patch update the properties of an alert object in an organization based on the specified alert id property. +// Patch update the properties of an alert object. // returns a Alertable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -132,7 +132,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) ToDeleteRequestInformation(ctx contex requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation get the properties and relationships of an alert in an organization based on the specified alert id property. +// ToGetRequestInformation get the properties and relationships of an alert object. // returns a *RequestInformation when successful func (m *Alerts_v2AlertItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *Alerts_v2AlertItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) @@ -146,7 +146,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) ToGetRequestInformation(ctx context.C requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the properties of an alert object in an organization based on the specified alert id property. +// ToPatchRequestInformation update the properties of an alert object. // returns a *RequestInformation when successful func (m *Alerts_v2AlertItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body i084fa7ab3bba802bf5cc3b408e230cc64c167a57976e0d42c37e17154afd5b78.Alertable, requestConfiguration *Alerts_v2AlertItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/security/alerts_v2/{alert%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/security/alerts_v2_request_builder.go b/security/alerts_v2_request_builder.go index fb5b1cd9d4a..2f772605e72 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. +// Alerts_v2RequestBuilderGetQueryParameters get a list of alert resources that were 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. type Alerts_v2RequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -76,7 +76,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. +// Get get a list of alert resources that were 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. // returns a AlertCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -119,7 +119,7 @@ func (m *Alerts_v2RequestBuilder) Post(ctx context.Context, body i084fa7ab3bba80 } return res.(i084fa7ab3bba802bf5cc3b408e230cc64c167a57976e0d42c37e17154afd5b78.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. +// ToGetRequestInformation get a list of alert resources that were 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. // returns a *RequestInformation when successful func (m *Alerts_v2RequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *Alerts_v2RequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_request_builder.go index 77cd7791fcd..4f6001e5f9b 100644 --- a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_request_builder.go +++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_request_builder.go @@ -52,7 +52,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityR return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function run -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRunGetResponse instead. // returns a CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRequestBuilder) Get(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRequestBuilderGetRequestConfiguration)(CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunResponseable, error) { diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_run_response.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_run_response.go index c9df119a744..df295a9adfd 100644 --- a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_run_response.go +++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_run_run_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunGetResponseable instead. type CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunResponse struct { CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunGetResponse } @@ -20,7 +20,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityR func CreateCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunGetResponseable instead. type CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunResponseable interface { CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityRunRunGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go index 19b952f49c4..92aa4d62125 100644 --- a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go +++ b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponseable instead. type CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponse struct { CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponse } @@ -20,7 +20,7 @@ func NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchy func CreateCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponseable instead. type CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseable interface { CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go index e0ff059341e..f50e7b24fd6 100644 --- a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go +++ b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go @@ -52,7 +52,7 @@ func NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuil return NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function asHierarchy -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAsHierarchyGetResponse instead. // returns a CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilder) Get(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilderGetRequestConfiguration)(CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseable, error) { diff --git a/security/incidents_incident_item_request_builder.go b/security/incidents_incident_item_request_builder.go index 151c69d3766..8a8baaed3bd 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. +// 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. type IncidentsIncidentItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -75,7 +75,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. +// 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. // returns a Incidentable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -132,7 +132,7 @@ func (m *IncidentsIncidentItemRequestBuilder) ToDeleteRequestInformation(ctx con requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// 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. // returns a *RequestInformation when successful func (m *IncidentsIncidentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IncidentsIncidentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/security/incidents_request_builder.go b/security/incidents_request_builder.go index 319982902ca..f86f1950f7a 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. +// IncidentsRequestBuilderGetQueryParameters get a list of incident objects that Microsoft 365 Defender 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. type IncidentsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -76,7 +76,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. +// Get get a list of incident objects that Microsoft 365 Defender 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. // returns a IncidentCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -119,7 +119,7 @@ func (m *IncidentsRequestBuilder) Post(ctx context.Context, body i084fa7ab3bba80 } return res.(i084fa7ab3bba802bf5cc3b408e230cc64c167a57976e0d42c37e17154afd5b78.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. +// ToGetRequestInformation get a list of incident objects that Microsoft 365 Defender 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. // returns a *RequestInformation when successful func (m *IncidentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IncidentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go index 0b9cd07cb01..c28e010730d 100644 --- a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go +++ b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponseable instead. type InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponse struct { InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponse } @@ -20,7 +20,7 @@ func NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateAppl func CreateInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponseable instead. type InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponseable interface { InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go index 33a98b0dc3c..59d316edfe9 100644 --- a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go +++ b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go @@ -31,7 +31,7 @@ func NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateAppl return NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationRequestBuilderInternal(urlParams, requestAdapter) } // Post compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key-value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateApplicationPostResponse instead. // returns a InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go index 2b8efcfc9f5..f33191b65a6 100644 --- a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go +++ b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponseable instead. type InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponse struct { InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponse } @@ -20,7 +20,7 @@ func NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClas func CreateInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponseable instead. type InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponseable interface { InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go index 6356956d45c..cf42d7998c9 100644 --- a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go +++ b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go @@ -31,7 +31,7 @@ func NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClas return NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsRequestBuilderInternal(urlParams, requestAdapter) } // Post use the classification results to compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide the contentInfo, which includes existing content metadata key-value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateClassificationResultsPostResponse instead. // returns a InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go index ed2bd58c60f..572babd1f8c 100644 --- a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go +++ b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponseable instead. type InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponse struct { InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponse } @@ -20,7 +20,7 @@ func NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemo func CreateInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponseable instead. type InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponseable interface { InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go index bd99a50f2bb..f52005fd9f8 100644 --- a/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go +++ b/security/information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go @@ -31,7 +31,7 @@ func NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemo return NewInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalRequestBuilderInternal(urlParams, requestAdapter) } // Post indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key-value pairs, the API returns an informationProtectionAction that contains some combination of one or more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateRemovalPostResponse instead. // returns a InformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/ti_indicators_delete_ti_indicators_by_external_id_request_builder.go b/security/ti_indicators_delete_ti_indicators_by_external_id_request_builder.go index eb919f0387c..77418788b15 100644 --- a/security/ti_indicators_delete_ti_indicators_by_external_id_request_builder.go +++ b/security/ti_indicators_delete_ti_indicators_by_external_id_request_builder.go @@ -31,7 +31,7 @@ func NewTiIndicatorsDeleteTiIndicatorsByExternalIdRequestBuilder(rawUrl string, return NewTiIndicatorsDeleteTiIndicatorsByExternalIdRequestBuilderInternal(urlParams, requestAdapter) } // Post delete multiple threat intelligence (TI) indicators in one request instead of multiple requests, when the request contains external IDs instead of IDs. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsDeleteTiIndicatorsByExternalIdPostResponse instead. // returns a TiIndicatorsDeleteTiIndicatorsByExternalIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/ti_indicators_delete_ti_indicators_by_external_id_response.go b/security/ti_indicators_delete_ti_indicators_by_external_id_response.go index f94e7c316d3..a94ad80e981 100644 --- a/security/ti_indicators_delete_ti_indicators_by_external_id_response.go +++ b/security/ti_indicators_delete_ti_indicators_by_external_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsDeleteTiIndicatorsByExternalIdPostResponseable instead. type TiIndicatorsDeleteTiIndicatorsByExternalIdResponse struct { TiIndicatorsDeleteTiIndicatorsByExternalIdPostResponse } @@ -20,7 +20,7 @@ func NewTiIndicatorsDeleteTiIndicatorsByExternalIdResponse()(*TiIndicatorsDelete func CreateTiIndicatorsDeleteTiIndicatorsByExternalIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTiIndicatorsDeleteTiIndicatorsByExternalIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsDeleteTiIndicatorsByExternalIdPostResponseable instead. type TiIndicatorsDeleteTiIndicatorsByExternalIdResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TiIndicatorsDeleteTiIndicatorsByExternalIdPostResponseable diff --git a/security/ti_indicators_delete_ti_indicators_request_builder.go b/security/ti_indicators_delete_ti_indicators_request_builder.go index c7591f5f7a5..9962ca0d940 100644 --- a/security/ti_indicators_delete_ti_indicators_request_builder.go +++ b/security/ti_indicators_delete_ti_indicators_request_builder.go @@ -31,7 +31,7 @@ func NewTiIndicatorsDeleteTiIndicatorsRequestBuilder(rawUrl string, requestAdapt return NewTiIndicatorsDeleteTiIndicatorsRequestBuilderInternal(urlParams, requestAdapter) } // Post delete multiple threat intelligence (TI) indicators in one request instead of multiple requests. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsDeleteTiIndicatorsPostResponse instead. // returns a TiIndicatorsDeleteTiIndicatorsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/ti_indicators_delete_ti_indicators_response.go b/security/ti_indicators_delete_ti_indicators_response.go index bc43173cd22..ed4aa95a817 100644 --- a/security/ti_indicators_delete_ti_indicators_response.go +++ b/security/ti_indicators_delete_ti_indicators_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsDeleteTiIndicatorsPostResponseable instead. type TiIndicatorsDeleteTiIndicatorsResponse struct { TiIndicatorsDeleteTiIndicatorsPostResponse } @@ -20,7 +20,7 @@ func NewTiIndicatorsDeleteTiIndicatorsResponse()(*TiIndicatorsDeleteTiIndicators func CreateTiIndicatorsDeleteTiIndicatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTiIndicatorsDeleteTiIndicatorsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsDeleteTiIndicatorsPostResponseable instead. type TiIndicatorsDeleteTiIndicatorsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TiIndicatorsDeleteTiIndicatorsPostResponseable diff --git a/security/ti_indicators_submit_ti_indicators_request_builder.go b/security/ti_indicators_submit_ti_indicators_request_builder.go index f168e90b828..1beaf6dcc27 100644 --- a/security/ti_indicators_submit_ti_indicators_request_builder.go +++ b/security/ti_indicators_submit_ti_indicators_request_builder.go @@ -31,7 +31,7 @@ func NewTiIndicatorsSubmitTiIndicatorsRequestBuilder(rawUrl string, requestAdapt return NewTiIndicatorsSubmitTiIndicatorsRequestBuilderInternal(urlParams, requestAdapter) } // Post upload multiple threat intelligence (TI) indicators in one request instead of multiple requests. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsSubmitTiIndicatorsPostResponse instead. // returns a TiIndicatorsSubmitTiIndicatorsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/ti_indicators_submit_ti_indicators_response.go b/security/ti_indicators_submit_ti_indicators_response.go index 17237a63773..79ccdc9465f 100644 --- a/security/ti_indicators_submit_ti_indicators_response.go +++ b/security/ti_indicators_submit_ti_indicators_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsSubmitTiIndicatorsPostResponseable instead. type TiIndicatorsSubmitTiIndicatorsResponse struct { TiIndicatorsSubmitTiIndicatorsPostResponse } @@ -20,7 +20,7 @@ func NewTiIndicatorsSubmitTiIndicatorsResponse()(*TiIndicatorsSubmitTiIndicators func CreateTiIndicatorsSubmitTiIndicatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTiIndicatorsSubmitTiIndicatorsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsSubmitTiIndicatorsPostResponseable instead. type TiIndicatorsSubmitTiIndicatorsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TiIndicatorsSubmitTiIndicatorsPostResponseable diff --git a/security/ti_indicators_update_ti_indicators_request_builder.go b/security/ti_indicators_update_ti_indicators_request_builder.go index 590166e1596..d6c46894b28 100644 --- a/security/ti_indicators_update_ti_indicators_request_builder.go +++ b/security/ti_indicators_update_ti_indicators_request_builder.go @@ -31,7 +31,7 @@ func NewTiIndicatorsUpdateTiIndicatorsRequestBuilder(rawUrl string, requestAdapt return NewTiIndicatorsUpdateTiIndicatorsRequestBuilderInternal(urlParams, requestAdapter) } // Post update multiple threat intelligence (TI) indicators in one request instead of multiple requests. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsUpdateTiIndicatorsPostResponse instead. // returns a TiIndicatorsUpdateTiIndicatorsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/security/ti_indicators_update_ti_indicators_response.go b/security/ti_indicators_update_ti_indicators_response.go index f67330bf56f..570fb1e4013 100644 --- a/security/ti_indicators_update_ti_indicators_response.go +++ b/security/ti_indicators_update_ti_indicators_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsUpdateTiIndicatorsPostResponseable instead. type TiIndicatorsUpdateTiIndicatorsResponse struct { TiIndicatorsUpdateTiIndicatorsPostResponse } @@ -20,7 +20,7 @@ func NewTiIndicatorsUpdateTiIndicatorsResponse()(*TiIndicatorsUpdateTiIndicators func CreateTiIndicatorsUpdateTiIndicatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTiIndicatorsUpdateTiIndicatorsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TiIndicatorsUpdateTiIndicatorsPostResponseable instead. type TiIndicatorsUpdateTiIndicatorsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TiIndicatorsUpdateTiIndicatorsPostResponseable diff --git a/serviceprincipals/delta_request_builder.go b/serviceprincipals/delta_request_builder.go index 31b7f0ec31e..976bd325e3b 100644 --- a/serviceprincipals/delta_request_builder.go +++ b/serviceprincipals/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/serviceprincipals/delta_response.go b/serviceprincipals/delta_response.go index 430b5c6e9b7..ac89bf3e516 100644 --- a/serviceprincipals/delta_response.go +++ b/serviceprincipals/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/get_by_ids_request_builder.go b/serviceprincipals/get_by_ids_request_builder.go index e0d9346b48e..b32756099a8 100644 --- a/serviceprincipals/get_by_ids_request_builder.go +++ b/serviceprincipals/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/serviceprincipals/get_by_ids_response.go b/serviceprincipals/get_by_ids_response.go index 3ea57d6f852..e465bc799c2 100644 --- a/serviceprincipals/get_by_ids_response.go +++ b/serviceprincipals/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_check_member_groups_request_builder.go b/serviceprincipals/item_check_member_groups_request_builder.go index 1f210d151ef..20613bad571 100644 --- a/serviceprincipals/item_check_member_groups_request_builder.go +++ b/serviceprincipals/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/serviceprincipals/item_check_member_groups_response.go b/serviceprincipals/item_check_member_groups_response.go index f62c4cafcb0..4c52112afb4 100644 --- a/serviceprincipals/item_check_member_groups_response.go +++ b/serviceprincipals/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_check_member_objects_request_builder.go b/serviceprincipals/item_check_member_objects_request_builder.go index 64db32c2367..40d81780fb2 100644 --- a/serviceprincipals/item_check_member_objects_request_builder.go +++ b/serviceprincipals/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/serviceprincipals/item_check_member_objects_response.go b/serviceprincipals/item_check_member_objects_response.go index 603900704d1..456c7874284 100644 --- a/serviceprincipals/item_check_member_objects_response.go +++ b/serviceprincipals/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_get_member_groups_request_builder.go b/serviceprincipals/item_get_member_groups_request_builder.go index 365c7881ebb..9c7fca22d7c 100644 --- a/serviceprincipals/item_get_member_groups_request_builder.go +++ b/serviceprincipals/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/serviceprincipals/item_get_member_groups_response.go b/serviceprincipals/item_get_member_groups_response.go index eb3a13e44d8..615147fe61c 100644 --- a/serviceprincipals/item_get_member_groups_response.go +++ b/serviceprincipals/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_get_member_objects_request_builder.go b/serviceprincipals/item_get_member_objects_request_builder.go index 928ef9551d9..2b6550d24c6 100644 --- a/serviceprincipals/item_get_member_objects_request_builder.go +++ b/serviceprincipals/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/serviceprincipals/item_get_member_objects_response.go b/serviceprincipals/item_get_member_objects_response.go index 58041928fca..f3b6380e8ca 100644 --- a/serviceprincipals/item_get_member_objects_response.go +++ b/serviceprincipals/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go index 1ef90a12c24..1cdf8d4440a 100644 --- a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go +++ b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder(rawUrl st return NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function filterOperators -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead. // returns a ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable, error) { diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go index 21076db3d56..3cf38549173 100644 --- a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go +++ b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFilterOperatorsResponse struct { ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse()(*ItemSynchron func CreateItemSynchronizationJobsItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable interface { ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go index 1f941869ee4..90a27565bbd 100644 --- a/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go +++ b/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilder(rawUrl string, return NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function functions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead. // returns a ItemSynchronizationJobsItemSchemaFunctionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFunctionsResponseable, error) { diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go b/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go index c0ce29ae7ed..0634ad65d99 100644 --- a/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go +++ b/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFunctionsResponse struct { ItemSynchronizationJobsItemSchemaFunctionsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsResponse()(*ItemSynchronizatio func CreateItemSynchronizationJobsItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationJobsItemSchemaFunctionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationJobsItemSchemaFunctionsResponseable interface { ItemSynchronizationJobsItemSchemaFunctionsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_synchronization_ping_request_builder.go b/serviceprincipals/item_synchronization_ping_request_builder.go index 228e339f2d6..ccdda8cb891 100644 --- a/serviceprincipals/item_synchronization_ping_request_builder.go +++ b/serviceprincipals/item_synchronization_ping_request_builder.go @@ -31,7 +31,7 @@ func NewItemSynchronizationPingRequestBuilder(rawUrl string, requestAdapter i2ae return NewItemSynchronizationPingRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function Ping -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsPingGetResponse instead. // returns a ItemSynchronizationPingResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationPingRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationPingRequestBuilderGetRequestConfiguration)(ItemSynchronizationPingResponseable, error) { diff --git a/serviceprincipals/item_synchronization_ping_response.go b/serviceprincipals/item_synchronization_ping_response.go index b2d311d6071..9d54a36eaa1 100644 --- a/serviceprincipals/item_synchronization_ping_response.go +++ b/serviceprincipals/item_synchronization_ping_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationPingGetResponseable instead. type ItemSynchronizationPingResponse struct { ItemSynchronizationPingGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationPingResponse()(*ItemSynchronizationPingResponse) { func CreateItemSynchronizationPingResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationPingResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationPingGetResponseable instead. type ItemSynchronizationPingResponseable interface { ItemSynchronizationPingGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_synchronization_secrets_request_builder.go b/serviceprincipals/item_synchronization_secrets_request_builder.go index df648f7180e..28b0f512592 100644 --- a/serviceprincipals/item_synchronization_secrets_request_builder.go +++ b/serviceprincipals/item_synchronization_secrets_request_builder.go @@ -36,7 +36,7 @@ func (m *ItemSynchronizationSecretsRequestBuilder) Count()(*ItemSynchronizationS return NewItemSynchronizationSecretsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } // Put update property secrets value. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PutAsSecretsPutResponse instead. // returns a ItemSynchronizationSecretsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationSecretsRequestBuilder) Put(ctx context.Context, body ItemSynchronizationSecretsPutRequestBodyable, requestConfiguration *ItemSynchronizationSecretsRequestBuilderPutRequestConfiguration)(ItemSynchronizationSecretsResponseable, error) { diff --git a/serviceprincipals/item_synchronization_secrets_response.go b/serviceprincipals/item_synchronization_secrets_response.go index 626760bdd9a..49aceba7a96 100644 --- a/serviceprincipals/item_synchronization_secrets_response.go +++ b/serviceprincipals/item_synchronization_secrets_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead. type ItemSynchronizationSecretsResponse struct { ItemSynchronizationSecretsPutResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationSecretsResponse()(*ItemSynchronizationSecretsResponse func CreateItemSynchronizationSecretsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationSecretsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead. type ItemSynchronizationSecretsResponseable interface { ItemSynchronizationSecretsPutResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go index 8fb9deb085a..cb3cd29d896 100644 --- a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go +++ b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder(rawU return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function filterOperators -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead. // returns a ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable, error) { diff --git a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go index 123c151e38e..a0ee4bf451b 100644 --- a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go +++ b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse struct { ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse()(*ItemSyn func CreateItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable interface { ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go b/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go index 3fe1cf05a5a..d9ca3a3aead 100644 --- a/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go +++ b/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go @@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder(rawUrl str return NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function functions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead. // returns a ItemSynchronizationTemplatesItemSchemaFunctionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFunctionsResponseable, error) { diff --git a/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go b/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go index b649d12feaa..b44803c1b28 100644 --- a/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go +++ b/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFunctionsResponse struct { ItemSynchronizationTemplatesItemSchemaFunctionsGetResponse } @@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsResponse()(*ItemSynchroni func CreateItemSynchronizationTemplatesItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSynchronizationTemplatesItemSchemaFunctionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead. type ItemSynchronizationTemplatesItemSchemaFunctionsResponseable interface { ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go b/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go index dfefe66d5ef..08e30147eab 100644 --- a/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go +++ b/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go @@ -52,7 +52,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilder(rawUrl st return NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCompatibleHubContentTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead. // returns a ItemListContentTypesGetCompatibleHubContentTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemListContentTypesGetCompatibleHubContentTypesResponseable, error) { diff --git a/shares/item_list_content_types_get_compatible_hub_content_types_response.go b/shares/item_list_content_types_get_compatible_hub_content_types_response.go index 6de9b7d15c5..bd18c8ec3d0 100644 --- a/shares/item_list_content_types_get_compatible_hub_content_types_response.go +++ b/shares/item_list_content_types_get_compatible_hub_content_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemListContentTypesGetCompatibleHubContentTypesResponse struct { ItemListContentTypesGetCompatibleHubContentTypesGetResponse } @@ -20,7 +20,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesResponse()(*ItemListCont func CreateItemListContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListContentTypesGetCompatibleHubContentTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemListContentTypesGetCompatibleHubContentTypesResponseable interface { ItemListContentTypesGetCompatibleHubContentTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/shares/item_list_content_types_item_is_published_request_builder.go b/shares/item_list_content_types_item_is_published_request_builder.go index 31aa7139828..06495cbec9d 100644 --- a/shares/item_list_content_types_item_is_published_request_builder.go +++ b/shares/item_list_content_types_item_is_published_request_builder.go @@ -31,7 +31,7 @@ func NewItemListContentTypesItemIsPublishedRequestBuilder(rawUrl string, request return NewItemListContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function isPublished -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead. // returns a ItemListContentTypesItemIsPublishedResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemListContentTypesItemIsPublishedResponseable, error) { diff --git a/shares/item_list_content_types_item_is_published_response.go b/shares/item_list_content_types_item_is_published_response.go index 5fa47f596f8..68c8e4befe6 100644 --- a/shares/item_list_content_types_item_is_published_response.go +++ b/shares/item_list_content_types_item_is_published_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead. type ItemListContentTypesItemIsPublishedResponse struct { ItemListContentTypesItemIsPublishedGetResponse } @@ -20,7 +20,7 @@ func NewItemListContentTypesItemIsPublishedResponse()(*ItemListContentTypesItemI func CreateItemListContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListContentTypesItemIsPublishedResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead. type ItemListContentTypesItemIsPublishedResponseable interface { ItemListContentTypesItemIsPublishedGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/shares/item_list_items_delta_request_builder.go b/shares/item_list_items_delta_request_builder.go index 802fe711452..7d4356edbc6 100644 --- a/shares/item_list_items_delta_request_builder.go +++ b/shares/item_list_items_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemListItemsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f return NewItemListItemsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemListItemsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListItemsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsDeltaRequestBuilderGetRequestConfiguration)(ItemListItemsDeltaResponseable, error) { diff --git a/shares/item_list_items_delta_response.go b/shares/item_list_items_delta_response.go index c82df55f59f..b9d8292c231 100644 --- a/shares/item_list_items_delta_response.go +++ b/shares/item_list_items_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaGetResponseable instead. type ItemListItemsDeltaResponse struct { ItemListItemsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemListItemsDeltaResponse()(*ItemListItemsDeltaResponse) { func CreateItemListItemsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListItemsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaGetResponseable instead. type ItemListItemsDeltaResponseable interface { ItemListItemsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/shares/item_list_items_delta_with_token_request_builder.go b/shares/item_list_items_delta_with_token_request_builder.go index 7749a49c6a6..8d849b3241d 100644 --- a/shares/item_list_items_delta_with_token_request_builder.go +++ b/shares/item_list_items_delta_with_token_request_builder.go @@ -55,7 +55,7 @@ func NewItemListItemsDeltaWithTokenRequestBuilder(rawUrl string, requestAdapter return NewItemListItemsDeltaWithTokenRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaWithTokenGetResponse instead. // returns a ItemListItemsDeltaWithTokenResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListItemsDeltaWithTokenRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsDeltaWithTokenRequestBuilderGetRequestConfiguration)(ItemListItemsDeltaWithTokenResponseable, error) { diff --git a/shares/item_list_items_delta_with_token_response.go b/shares/item_list_items_delta_with_token_response.go index cf6f83999c9..19132e733fd 100644 --- a/shares/item_list_items_delta_with_token_response.go +++ b/shares/item_list_items_delta_with_token_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaWithTokenGetResponseable instead. type ItemListItemsDeltaWithTokenResponse struct { ItemListItemsDeltaWithTokenGetResponse } @@ -20,7 +20,7 @@ func NewItemListItemsDeltaWithTokenResponse()(*ItemListItemsDeltaWithTokenRespon func CreateItemListItemsDeltaWithTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListItemsDeltaWithTokenResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsDeltaWithTokenGetResponseable instead. type ItemListItemsDeltaWithTokenResponseable interface { ItemListItemsDeltaWithTokenGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index 15c053ec424..4dfb4effa4b 100644 --- a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index cdfc9821ebd..5c52c2a283f 100644 --- a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime func CreateItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/shares/item_permission_grant_request_builder.go b/shares/item_permission_grant_request_builder.go index c6f5efeaa9d..247730a9eca 100644 --- a/shares/item_permission_grant_request_builder.go +++ b/shares/item_permission_grant_request_builder.go @@ -31,7 +31,7 @@ func NewItemPermissionGrantRequestBuilder(rawUrl string, requestAdapter i2ae4187 return NewItemPermissionGrantRequestBuilderInternal(urlParams, requestAdapter) } // Post grant users access to a link represented by a [permission][]. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead. // returns a ItemPermissionGrantResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/shares/item_permission_grant_response.go b/shares/item_permission_grant_response.go index ec87972392e..6061ee072bd 100644 --- a/shares/item_permission_grant_response.go +++ b/shares/item_permission_grant_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPermissionGrantPostResponseable instead. type ItemPermissionGrantResponse struct { ItemPermissionGrantPostResponse } @@ -20,7 +20,7 @@ func NewItemPermissionGrantResponse()(*ItemPermissionGrantResponse) { func CreateItemPermissionGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPermissionGrantResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPermissionGrantPostResponseable instead. type ItemPermissionGrantResponseable interface { ItemPermissionGrantPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/add_request_builder.go b/sites/add_request_builder.go index 2a12ad9ca5f..2a4e371838b 100644 --- a/sites/add_request_builder.go +++ b/sites/add_request_builder.go @@ -31,7 +31,7 @@ func NewAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c return NewAddRequestBuilderInternal(urlParams, requestAdapter) } // Post follow a user's site or multiple sites. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a AddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/sites/add_response.go b/sites/add_response.go index 20b4192d639..d408653f5bb 100644 --- a/sites/add_response.go +++ b/sites/add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AddPostResponseable instead. type AddResponse struct { AddPostResponse } @@ -20,7 +20,7 @@ func NewAddResponse()(*AddResponse) { func CreateAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AddPostResponseable instead. type AddResponseable interface { AddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/delta_request_builder.go b/sites/delta_request_builder.go index 43c32d7a4a0..99cbef807fd 100644 --- a/sites/delta_request_builder.go +++ b/sites/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/sites/delta_response.go b/sites/delta_response.go index 6607bd96bd4..1d1c4524973 100644 --- a/sites/delta_response.go +++ b/sites/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/get_all_sites_request_builder.go b/sites/get_all_sites_request_builder.go index 7769c7edc00..a8bb8cf5049 100644 --- a/sites/get_all_sites_request_builder.go +++ b/sites/get_all_sites_request_builder.go @@ -52,7 +52,7 @@ func NewGetAllSitesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26 return NewGetAllSitesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllSites -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllSitesGetResponse instead. // returns a GetAllSitesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAllSitesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllSitesRequestBuilderGetRequestConfiguration)(GetAllSitesResponseable, error) { diff --git a/sites/get_all_sites_response.go b/sites/get_all_sites_response.go index 206aa02366c..6af63950e5e 100644 --- a/sites/get_all_sites_response.go +++ b/sites/get_all_sites_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllSitesGetResponseable instead. type GetAllSitesResponse struct { GetAllSitesGetResponse } @@ -20,7 +20,7 @@ func NewGetAllSitesResponse()(*GetAllSitesResponse) { func CreateGetAllSitesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAllSitesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllSitesGetResponseable instead. type GetAllSitesResponseable interface { GetAllSitesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_content_types_get_compatible_hub_content_types_request_builder.go b/sites/item_content_types_get_compatible_hub_content_types_request_builder.go index 2cfa0eedf0e..21f58009628 100644 --- a/sites/item_content_types_get_compatible_hub_content_types_request_builder.go +++ b/sites/item_content_types_get_compatible_hub_content_types_request_builder.go @@ -52,7 +52,7 @@ func NewItemContentTypesGetCompatibleHubContentTypesRequestBuilder(rawUrl string return NewItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCompatibleHubContentTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead. // returns a ItemContentTypesGetCompatibleHubContentTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemContentTypesGetCompatibleHubContentTypesResponseable, error) { diff --git a/sites/item_content_types_get_compatible_hub_content_types_response.go b/sites/item_content_types_get_compatible_hub_content_types_response.go index 26790d3dd6e..00ffa1f4b1e 100644 --- a/sites/item_content_types_get_compatible_hub_content_types_response.go +++ b/sites/item_content_types_get_compatible_hub_content_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemContentTypesGetCompatibleHubContentTypesResponse struct { ItemContentTypesGetCompatibleHubContentTypesGetResponse } @@ -20,7 +20,7 @@ func NewItemContentTypesGetCompatibleHubContentTypesResponse()(*ItemContentTypes func CreateItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemContentTypesGetCompatibleHubContentTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemContentTypesGetCompatibleHubContentTypesResponseable interface { ItemContentTypesGetCompatibleHubContentTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_content_types_item_is_published_request_builder.go b/sites/item_content_types_item_is_published_request_builder.go index 1ed011177cc..2633acdf696 100644 --- a/sites/item_content_types_item_is_published_request_builder.go +++ b/sites/item_content_types_item_is_published_request_builder.go @@ -31,7 +31,7 @@ func NewItemContentTypesItemIsPublishedRequestBuilder(rawUrl string, requestAdap return NewItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function isPublished -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead. // returns a ItemContentTypesItemIsPublishedResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemContentTypesItemIsPublishedResponseable, error) { diff --git a/sites/item_content_types_item_is_published_response.go b/sites/item_content_types_item_is_published_response.go index 7ba575dfdeb..875810b1e23 100644 --- a/sites/item_content_types_item_is_published_response.go +++ b/sites/item_content_types_item_is_published_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContentTypesItemIsPublishedGetResponseable instead. type ItemContentTypesItemIsPublishedResponse struct { ItemContentTypesItemIsPublishedGetResponse } @@ -20,7 +20,7 @@ func NewItemContentTypesItemIsPublishedResponse()(*ItemContentTypesItemIsPublish func CreateItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemContentTypesItemIsPublishedResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContentTypesItemIsPublishedGetResponseable instead. type ItemContentTypesItemIsPublishedResponseable interface { ItemContentTypesItemIsPublishedGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index 985cb17e07d..1f98b4867dd 100644 --- a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalR return NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index 16f9ca5dec8..843c56675d2 100644 --- a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalR func CreateItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go b/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go index 3681c32bbe6..c901d6d1ed9 100644 --- a/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go +++ b/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go @@ -55,7 +55,7 @@ func NewItemGetApplicableContentTypesForListWithListIdRequestBuilder(rawUrl stri return NewItemGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getApplicableContentTypesForList -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead. // returns a ItemGetApplicableContentTypesForListWithListIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemGetApplicableContentTypesForListWithListIdResponseable, error) { diff --git a/sites/item_get_applicable_content_types_for_list_with_list_id_response.go b/sites/item_get_applicable_content_types_for_list_with_list_id_response.go index 6b9bf88e6c1..361d60cb4c1 100644 --- a/sites/item_get_applicable_content_types_for_list_with_list_id_response.go +++ b/sites/item_get_applicable_content_types_for_list_with_list_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemGetApplicableContentTypesForListWithListIdResponse struct { ItemGetApplicableContentTypesForListWithListIdGetResponse } @@ -20,7 +20,7 @@ func NewItemGetApplicableContentTypesForListWithListIdResponse()(*ItemGetApplica func CreateItemGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetApplicableContentTypesForListWithListIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemGetApplicableContentTypesForListWithListIdResponseable interface { ItemGetApplicableContentTypesForListWithListIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index 0c31079d5b8..d11c113b71c 100644 --- a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDate return NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index e3b22ac9147..3e802e8f034 100644 --- a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDate func CreateItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go index 7d4caa86280..bc4eca41fb0 100644 --- a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go +++ b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go @@ -55,7 +55,7 @@ func NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBu return NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getApplicableContentTypesForList -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead. // returns a ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable, error) { diff --git a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go index 11416437644..4e3596d1134 100644 --- a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go +++ b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse struct { ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponse } @@ -20,7 +20,7 @@ func NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse( func CreateItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead. type ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable interface { ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_information_protection_policy_labels_evaluate_application_request_builder.go b/sites/item_information_protection_policy_labels_evaluate_application_request_builder.go index 8974f7aac79..cf8e17431d0 100644 --- a/sites/item_information_protection_policy_labels_evaluate_application_request_builder.go +++ b/sites/item_information_protection_policy_labels_evaluate_application_request_builder.go @@ -31,7 +31,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateApplicationRequestBuilder(r return NewItemInformationProtectionPolicyLabelsEvaluateApplicationRequestBuilderInternal(urlParams, requestAdapter) } // Post compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateApplicationPostResponse instead. // returns a ItemInformationProtectionPolicyLabelsEvaluateApplicationResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/sites/item_information_protection_policy_labels_evaluate_application_response.go b/sites/item_information_protection_policy_labels_evaluate_application_response.go index 86b13d56169..6e8555bb965 100644 --- a/sites/item_information_protection_policy_labels_evaluate_application_response.go +++ b/sites/item_information_protection_policy_labels_evaluate_application_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateApplicationResponse struct { ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponse } @@ -20,7 +20,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateApplicationResponse()(*Item func CreateItemInformationProtectionPolicyLabelsEvaluateApplicationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemInformationProtectionPolicyLabelsEvaluateApplicationResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateApplicationResponseable interface { ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go b/sites/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go index 07ce6afe98f..771e1d0207b 100644 --- a/sites/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go +++ b/sites/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go @@ -31,7 +31,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsReques return NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsRequestBuilderInternal(urlParams, requestAdapter) } // Post using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateClassificationResultsPostResponse instead. // returns a ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/sites/item_information_protection_policy_labels_evaluate_classification_results_response.go b/sites/item_information_protection_policy_labels_evaluate_classification_results_response.go index a0b926443e8..e603d1393df 100644 --- a/sites/item_information_protection_policy_labels_evaluate_classification_results_response.go +++ b/sites/item_information_protection_policy_labels_evaluate_classification_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponse struct { ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponse } @@ -20,7 +20,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsRespon func CreateItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseable interface { ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_information_protection_policy_labels_evaluate_removal_request_builder.go b/sites/item_information_protection_policy_labels_evaluate_removal_request_builder.go index cd9cb985b40..5519a41477d 100644 --- a/sites/item_information_protection_policy_labels_evaluate_removal_request_builder.go +++ b/sites/item_information_protection_policy_labels_evaluate_removal_request_builder.go @@ -31,7 +31,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateRemovalRequestBuilder(rawUr return NewItemInformationProtectionPolicyLabelsEvaluateRemovalRequestBuilderInternal(urlParams, requestAdapter) } // Post indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateRemovalPostResponse instead. // returns a ItemInformationProtectionPolicyLabelsEvaluateRemovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/sites/item_information_protection_policy_labels_evaluate_removal_response.go b/sites/item_information_protection_policy_labels_evaluate_removal_response.go index 3af472d1c9a..a958410370b 100644 --- a/sites/item_information_protection_policy_labels_evaluate_removal_response.go +++ b/sites/item_information_protection_policy_labels_evaluate_removal_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateRemovalResponse struct { ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponse } @@ -20,7 +20,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateRemovalResponse()(*ItemInfo func CreateItemInformationProtectionPolicyLabelsEvaluateRemovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemInformationProtectionPolicyLabelsEvaluateRemovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateRemovalResponseable interface { ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go b/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go index cb1f4d097d9..f9a0179b809 100644 --- a/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go +++ b/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go @@ -52,7 +52,7 @@ func NewItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilder(rawU return NewItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCompatibleHubContentTypes -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead. // returns a ItemListsItemContentTypesGetCompatibleHubContentTypesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemListsItemContentTypesGetCompatibleHubContentTypesResponseable, error) { diff --git a/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go b/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go index b9ff6d9d472..720366a6b34 100644 --- a/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go +++ b/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemListsItemContentTypesGetCompatibleHubContentTypesResponse struct { ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponse } @@ -20,7 +20,7 @@ func NewItemListsItemContentTypesGetCompatibleHubContentTypesResponse()(*ItemLis func CreateItemListsItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListsItemContentTypesGetCompatibleHubContentTypesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead. type ItemListsItemContentTypesGetCompatibleHubContentTypesResponseable interface { ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_lists_item_content_types_item_is_published_request_builder.go b/sites/item_lists_item_content_types_item_is_published_request_builder.go index caca7db65b8..bf02a925d64 100644 --- a/sites/item_lists_item_content_types_item_is_published_request_builder.go +++ b/sites/item_lists_item_content_types_item_is_published_request_builder.go @@ -31,7 +31,7 @@ func NewItemListsItemContentTypesItemIsPublishedRequestBuilder(rawUrl string, re return NewItemListsItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function isPublished -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead. // returns a ItemListsItemContentTypesItemIsPublishedResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListsItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemListsItemContentTypesItemIsPublishedResponseable, error) { diff --git a/sites/item_lists_item_content_types_item_is_published_response.go b/sites/item_lists_item_content_types_item_is_published_response.go index 2a87daf4ac6..25265d8f568 100644 --- a/sites/item_lists_item_content_types_item_is_published_response.go +++ b/sites/item_lists_item_content_types_item_is_published_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemContentTypesItemIsPublishedGetResponseable instead. type ItemListsItemContentTypesItemIsPublishedResponse struct { ItemListsItemContentTypesItemIsPublishedGetResponse } @@ -20,7 +20,7 @@ func NewItemListsItemContentTypesItemIsPublishedResponse()(*ItemListsItemContent func CreateItemListsItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListsItemContentTypesItemIsPublishedResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemContentTypesItemIsPublishedGetResponseable instead. type ItemListsItemContentTypesItemIsPublishedResponseable interface { ItemListsItemContentTypesItemIsPublishedGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_lists_item_items_delta_request_builder.go b/sites/item_lists_item_items_delta_request_builder.go index 6902389d37c..3f6132bc721 100644 --- a/sites/item_lists_item_items_delta_request_builder.go +++ b/sites/item_lists_item_items_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemListsItemItemsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae return NewItemListsItemItemsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemListsItemItemsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListsItemItemsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemItemsDeltaRequestBuilderGetRequestConfiguration)(ItemListsItemItemsDeltaResponseable, error) { diff --git a/sites/item_lists_item_items_delta_response.go b/sites/item_lists_item_items_delta_response.go index e633c1105fd..5bb130b41a6 100644 --- a/sites/item_lists_item_items_delta_response.go +++ b/sites/item_lists_item_items_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemItemsDeltaGetResponseable instead. type ItemListsItemItemsDeltaResponse struct { ItemListsItemItemsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemListsItemItemsDeltaResponse()(*ItemListsItemItemsDeltaResponse) { func CreateItemListsItemItemsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListsItemItemsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemItemsDeltaGetResponseable instead. type ItemListsItemItemsDeltaResponseable interface { ItemListsItemItemsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_lists_item_items_delta_with_token_request_builder.go b/sites/item_lists_item_items_delta_with_token_request_builder.go index 2da650fa548..c5f6e8ad1f7 100644 --- a/sites/item_lists_item_items_delta_with_token_request_builder.go +++ b/sites/item_lists_item_items_delta_with_token_request_builder.go @@ -55,7 +55,7 @@ func NewItemListsItemItemsDeltaWithTokenRequestBuilder(rawUrl string, requestAda return NewItemListsItemItemsDeltaWithTokenRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaWithTokenGetResponse instead. // returns a ItemListsItemItemsDeltaWithTokenResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListsItemItemsDeltaWithTokenRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemItemsDeltaWithTokenRequestBuilderGetRequestConfiguration)(ItemListsItemItemsDeltaWithTokenResponseable, error) { diff --git a/sites/item_lists_item_items_delta_with_token_response.go b/sites/item_lists_item_items_delta_with_token_response.go index 55fa046ca26..a3562b1fd6c 100644 --- a/sites/item_lists_item_items_delta_with_token_response.go +++ b/sites/item_lists_item_items_delta_with_token_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemItemsDeltaWithTokenGetResponseable instead. type ItemListsItemItemsDeltaWithTokenResponse struct { ItemListsItemItemsDeltaWithTokenGetResponse } @@ -20,7 +20,7 @@ func NewItemListsItemItemsDeltaWithTokenResponse()(*ItemListsItemItemsDeltaWithT func CreateItemListsItemItemsDeltaWithTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListsItemItemsDeltaWithTokenResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemItemsDeltaWithTokenGetResponseable instead. type ItemListsItemItemsDeltaWithTokenResponseable interface { ItemListsItemItemsDeltaWithTokenGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go index f5ec770af0b..9676ee3f95d 100644 --- a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go +++ b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go @@ -61,7 +61,7 @@ func NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDat return NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil) } // Get invoke function getActivitiesByInterval -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead. // returns a ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) { diff --git a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go index 69a7d5528c5..905bafb6240 100644 --- a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go +++ b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct { ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse } @@ -20,7 +20,7 @@ func NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDat func CreateItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead. type ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface { ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go index b78622e09c1..8e45cc3f73d 100644 --- a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go +++ b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go @@ -50,7 +50,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksReques return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getRecentNotebooks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead. // returns a ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) { diff --git a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go index 0ee58788523..28ed6363258 100644 --- a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go +++ b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct { ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse } @@ -20,7 +20,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRespon func CreateItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface { ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/item_permissions_item_grant_request_builder.go b/sites/item_permissions_item_grant_request_builder.go index 663dd050171..ee0b592df06 100644 --- a/sites/item_permissions_item_grant_request_builder.go +++ b/sites/item_permissions_item_grant_request_builder.go @@ -31,7 +31,7 @@ func NewItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAdapter i2a return NewItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter) } // Post grant users access to a link represented by a [permission][]. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead. // returns a ItemPermissionsItemGrantResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/sites/item_permissions_item_grant_response.go b/sites/item_permissions_item_grant_response.go index 0a5792f8f35..27df7dd2cf6 100644 --- a/sites/item_permissions_item_grant_response.go +++ b/sites/item_permissions_item_grant_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPermissionsItemGrantPostResponseable instead. type ItemPermissionsItemGrantResponse struct { ItemPermissionsItemGrantPostResponse } @@ -20,7 +20,7 @@ func NewItemPermissionsItemGrantResponse()(*ItemPermissionsItemGrantResponse) { func CreateItemPermissionsItemGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPermissionsItemGrantResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPermissionsItemGrantPostResponseable instead. type ItemPermissionsItemGrantResponseable interface { ItemPermissionsItemGrantPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/sites/remove_request_builder.go b/sites/remove_request_builder.go index 9310b66210d..d19c122be92 100644 --- a/sites/remove_request_builder.go +++ b/sites/remove_request_builder.go @@ -31,7 +31,7 @@ func NewRemoveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c return NewRemoveRequestBuilderInternal(urlParams, requestAdapter) } // Post unfollow a user's site or multiple sites. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRemovePostResponse instead. // returns a RemoveResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/sites/remove_response.go b/sites/remove_response.go index d1ed5d3b280..d243ee9a30f 100644 --- a/sites/remove_response.go +++ b/sites/remove_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RemovePostResponseable instead. type RemoveResponse struct { RemovePostResponse } @@ -20,7 +20,7 @@ func NewRemoveResponse()(*RemoveResponse) { func CreateRemoveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewRemoveResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use RemovePostResponseable instead. type RemoveResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable RemovePostResponseable 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 271331eed9c..588cfb5006d 100644 --- a/solutions/booking_businesses_item_get_staff_availability_request_builder.go +++ b/solutions/booking_businesses_item_get_staff_availability_request_builder.go @@ -31,7 +31,7 @@ func NewBookingBusinessesItemGetStaffAvailabilityRequestBuilder(rawUrl string, r return NewBookingBusinessesItemGetStaffAvailabilityRequestBuilderInternal(urlParams, requestAdapter) } // Post get the availability information of staff members of a Microsoft Bookings calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetStaffAvailabilityPostResponse instead. // returns a BookingBusinessesItemGetStaffAvailabilityResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/solutions/booking_businesses_item_get_staff_availability_response.go b/solutions/booking_businesses_item_get_staff_availability_response.go index 8cf90348b46..c53e4f53c1b 100644 --- a/solutions/booking_businesses_item_get_staff_availability_response.go +++ b/solutions/booking_businesses_item_get_staff_availability_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use BookingBusinessesItemGetStaffAvailabilityPostResponseable instead. type BookingBusinessesItemGetStaffAvailabilityResponse struct { BookingBusinessesItemGetStaffAvailabilityPostResponse } @@ -20,7 +20,7 @@ func NewBookingBusinessesItemGetStaffAvailabilityResponse()(*BookingBusinessesIt func CreateBookingBusinessesItemGetStaffAvailabilityResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewBookingBusinessesItemGetStaffAvailabilityResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use BookingBusinessesItemGetStaffAvailabilityPostResponseable instead. type BookingBusinessesItemGetStaffAvailabilityResponseable interface { BookingBusinessesItemGetStaffAvailabilityPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_request_builder.go b/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_request_builder.go index cebb3b240af..a9c7d46db05 100644 --- a/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_request_builder.go +++ b/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_request_builder.go @@ -58,7 +58,7 @@ func NewVirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilder return NewVirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getByUserIdAndRole -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetByUserIdAndRoleWithUserIdWithRoleGetResponse instead. // returns a VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetRequestConfiguration)(VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleResponseable, error) { diff --git a/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_response.go b/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_response.go index e905ed63ce1..13636f3cb98 100644 --- a/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_response.go +++ b/solutions/virtual_events_townhalls_get_by_user_id_and_role_with_user_id_with_role_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable instead. type VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleResponse struct { VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleResponse()(*Vi func CreateVirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable instead. type VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEventsTownhallsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable diff --git a/solutions/virtual_events_townhalls_get_by_user_role_with_role_request_builder.go b/solutions/virtual_events_townhalls_get_by_user_role_with_role_request_builder.go index a8e70e91b69..a4ee0bb10e0 100644 --- a/solutions/virtual_events_townhalls_get_by_user_role_with_role_request_builder.go +++ b/solutions/virtual_events_townhalls_get_by_user_role_with_role_request_builder.go @@ -55,7 +55,7 @@ func NewVirtualEventsTownhallsGetByUserRoleWithRoleRequestBuilder(rawUrl string, return NewVirtualEventsTownhallsGetByUserRoleWithRoleRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getByUserRole -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetByUserRoleWithRoleGetResponse instead. // returns a VirtualEventsTownhallsGetByUserRoleWithRoleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEventsTownhallsGetByUserRoleWithRoleRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEventsTownhallsGetByUserRoleWithRoleRequestBuilderGetRequestConfiguration)(VirtualEventsTownhallsGetByUserRoleWithRoleResponseable, error) { diff --git a/solutions/virtual_events_townhalls_get_by_user_role_with_role_response.go b/solutions/virtual_events_townhalls_get_by_user_role_with_role_response.go index e82301ec6a9..0af1a9656e4 100644 --- a/solutions/virtual_events_townhalls_get_by_user_role_with_role_response.go +++ b/solutions/virtual_events_townhalls_get_by_user_role_with_role_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsTownhallsGetByUserRoleWithRoleGetResponseable instead. type VirtualEventsTownhallsGetByUserRoleWithRoleResponse struct { VirtualEventsTownhallsGetByUserRoleWithRoleGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEventsTownhallsGetByUserRoleWithRoleResponse()(*VirtualEventsTown func CreateVirtualEventsTownhallsGetByUserRoleWithRoleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEventsTownhallsGetByUserRoleWithRoleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsTownhallsGetByUserRoleWithRoleGetResponseable instead. type VirtualEventsTownhallsGetByUserRoleWithRoleResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEventsTownhallsGetByUserRoleWithRoleGetResponseable diff --git a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go index 642fb203b45..c4cdf4c23d8 100644 --- a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go +++ b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go @@ -58,7 +58,7 @@ func NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilder( return NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getByUserIdAndRole -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetByUserIdAndRoleWithUserIdWithRoleGetResponse instead. // returns a VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetRequestConfiguration)(VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseable, error) { diff --git a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go index b816614bc2d..23df2b53a9d 100644 --- a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go +++ b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable instead. type VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponse struct { VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponse()(*Vir func CreateVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable instead. type VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable diff --git a/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go b/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go index bfeac17d05a..4c486435475 100644 --- a/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go +++ b/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go @@ -55,7 +55,7 @@ func NewVirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilder(rawUrl string, return NewVirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getByUserRole -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetByUserRoleWithRoleGetResponse instead. // returns a VirtualEventsWebinarsGetByUserRoleWithRoleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *VirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilderGetRequestConfiguration)(VirtualEventsWebinarsGetByUserRoleWithRoleResponseable, error) { diff --git a/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go b/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go index 1a7ab3d57db..6f8c707ac3b 100644 --- a/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go +++ b/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserRoleWithRoleGetResponseable instead. type VirtualEventsWebinarsGetByUserRoleWithRoleResponse struct { VirtualEventsWebinarsGetByUserRoleWithRoleGetResponse } @@ -20,7 +20,7 @@ func NewVirtualEventsWebinarsGetByUserRoleWithRoleResponse()(*VirtualEventsWebin func CreateVirtualEventsWebinarsGetByUserRoleWithRoleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewVirtualEventsWebinarsGetByUserRoleWithRoleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserRoleWithRoleGetResponseable instead. type VirtualEventsWebinarsGetByUserRoleWithRoleResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable VirtualEventsWebinarsGetByUserRoleWithRoleGetResponseable diff --git a/teams/all_messages_request_builder.go b/teams/all_messages_request_builder.go index a368212f3e1..6e8e03fb814 100644 --- a/teams/all_messages_request_builder.go +++ b/teams/all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26 return NewAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a AllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *AllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *AllMessagesRequestBuilderGetRequestConfiguration)(AllMessagesResponseable, error) { diff --git a/teams/all_messages_response.go b/teams/all_messages_response.go index 9e22501777d..eba33db7be0 100644 --- a/teams/all_messages_response.go +++ b/teams/all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AllMessagesGetResponseable instead. type AllMessagesResponse struct { AllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewAllMessagesResponse()(*AllMessagesResponse) { func CreateAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use AllMessagesGetResponseable instead. type AllMessagesResponseable interface { AllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/get_all_messages_request_builder.go b/teams/get_all_messages_request_builder.go index fc58d7e66ba..0c1f3fbff23 100644 --- a/teams/get_all_messages_request_builder.go +++ b/teams/get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae return NewGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a GetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllMessagesRequestBuilderGetRequestConfiguration)(GetAllMessagesResponseable, error) { diff --git a/teams/get_all_messages_response.go b/teams/get_all_messages_response.go index 1fe0a70e7a1..a72e6a00175 100644 --- a/teams/get_all_messages_response.go +++ b/teams/get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead. type GetAllMessagesResponse struct { GetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewGetAllMessagesResponse()(*GetAllMessagesResponse) { func CreateGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead. type GetAllMessagesResponseable interface { GetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/get_open_shifts_request_builder.go b/teams/get_open_shifts_request_builder.go index 9fa01660fed..16b9a9801b2 100644 --- a/teams/get_open_shifts_request_builder.go +++ b/teams/get_open_shifts_request_builder.go @@ -52,7 +52,7 @@ func NewGetOpenShiftsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee return NewGetOpenShiftsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getOpenShifts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetOpenShiftsGetResponse instead. // returns a GetOpenShiftsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetOpenShiftsRequestBuilder) Get(ctx context.Context, requestConfiguration *GetOpenShiftsRequestBuilderGetRequestConfiguration)(GetOpenShiftsResponseable, error) { diff --git a/teams/get_open_shifts_response.go b/teams/get_open_shifts_response.go index 3d33a1a15f8..1ad7c099c2f 100644 --- a/teams/get_open_shifts_response.go +++ b/teams/get_open_shifts_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOpenShiftsGetResponseable instead. type GetOpenShiftsResponse struct { GetOpenShiftsGetResponse } @@ -20,7 +20,7 @@ func NewGetOpenShiftsResponse()(*GetOpenShiftsResponse) { func CreateGetOpenShiftsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetOpenShiftsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetOpenShiftsGetResponseable instead. type GetOpenShiftsResponseable interface { GetOpenShiftsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/get_shifts_request_builder.go b/teams/get_shifts_request_builder.go index e0e713e6c8e..51aa94745a9 100644 --- a/teams/get_shifts_request_builder.go +++ b/teams/get_shifts_request_builder.go @@ -52,7 +52,7 @@ func NewGetShiftsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633 return NewGetShiftsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getShifts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetShiftsGetResponse instead. // returns a GetShiftsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetShiftsRequestBuilder) Get(ctx context.Context, requestConfiguration *GetShiftsRequestBuilderGetRequestConfiguration)(GetShiftsResponseable, error) { diff --git a/teams/get_shifts_response.go b/teams/get_shifts_response.go index 50378b19ee8..7b8f009c776 100644 --- a/teams/get_shifts_response.go +++ b/teams/get_shifts_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetShiftsGetResponseable instead. type GetShiftsResponse struct { GetShiftsGetResponse } @@ -20,7 +20,7 @@ func NewGetShiftsResponse()(*GetShiftsResponse) { func CreateGetShiftsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetShiftsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetShiftsGetResponseable instead. type GetShiftsResponseable interface { GetShiftsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/get_times_off_request_builder.go b/teams/get_times_off_request_builder.go index fb49cd51fca..6efc23be050 100644 --- a/teams/get_times_off_request_builder.go +++ b/teams/get_times_off_request_builder.go @@ -52,7 +52,7 @@ func NewGetTimesOffRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26 return NewGetTimesOffRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getTimesOff -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetTimesOffGetResponse instead. // returns a GetTimesOffResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetTimesOffRequestBuilder) Get(ctx context.Context, requestConfiguration *GetTimesOffRequestBuilderGetRequestConfiguration)(GetTimesOffResponseable, error) { diff --git a/teams/get_times_off_response.go b/teams/get_times_off_response.go index 3cb9a0f09f7..69686ecc52a 100644 --- a/teams/get_times_off_response.go +++ b/teams/get_times_off_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetTimesOffGetResponseable instead. type GetTimesOffResponse struct { GetTimesOffGetResponse } @@ -20,7 +20,7 @@ func NewGetTimesOffResponse()(*GetTimesOffResponse) { func CreateGetTimesOffResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetTimesOffResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetTimesOffGetResponseable instead. type GetTimesOffResponseable interface { GetTimesOffGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_channels_all_messages_request_builder.go b/teams/item_channels_all_messages_request_builder.go index d5345beaa8e..577d95b91bc 100644 --- a/teams/item_channels_all_messages_request_builder.go +++ b/teams/item_channels_all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemChannelsAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae return NewItemChannelsAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a ItemChannelsAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChannelsAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsAllMessagesRequestBuilderGetRequestConfiguration)(ItemChannelsAllMessagesResponseable, error) { diff --git a/teams/item_channels_all_messages_response.go b/teams/item_channels_all_messages_response.go index 612ca65162d..a79dfc069cf 100644 --- a/teams/item_channels_all_messages_response.go +++ b/teams/item_channels_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsAllMessagesGetResponseable instead. type ItemChannelsAllMessagesResponse struct { ItemChannelsAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemChannelsAllMessagesResponse()(*ItemChannelsAllMessagesResponse) { func CreateItemChannelsAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChannelsAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsAllMessagesGetResponseable instead. type ItemChannelsAllMessagesResponseable interface { ItemChannelsAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_channels_get_all_messages_request_builder.go b/teams/item_channels_get_all_messages_request_builder.go index fc56eb61c95..5937e881670 100644 --- a/teams/item_channels_get_all_messages_request_builder.go +++ b/teams/item_channels_get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewItemChannelsGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i return NewItemChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a ItemChannelsGetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemChannelsGetAllMessagesResponseable, error) { diff --git a/teams/item_channels_get_all_messages_response.go b/teams/item_channels_get_all_messages_response.go index 88225052e02..a5314cb1574 100644 --- a/teams/item_channels_get_all_messages_response.go +++ b/teams/item_channels_get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsGetAllMessagesGetResponseable instead. type ItemChannelsGetAllMessagesResponse struct { ItemChannelsGetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemChannelsGetAllMessagesResponse()(*ItemChannelsGetAllMessagesResponse func CreateItemChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChannelsGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsGetAllMessagesGetResponseable instead. type ItemChannelsGetAllMessagesResponseable interface { ItemChannelsGetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_channels_get_all_retained_messages_request_builder.go b/teams/item_channels_get_all_retained_messages_request_builder.go index 2bf78dd3263..ac504739a4b 100644 --- a/teams/item_channels_get_all_retained_messages_request_builder.go +++ b/teams/item_channels_get_all_retained_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemChannelsGetAllRetainedMessagesRequestBuilder(rawUrl string, requestA return NewItemChannelsGetAllRetainedMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRetainedMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRetainedMessagesGetResponse instead. // returns a ItemChannelsGetAllRetainedMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChannelsGetAllRetainedMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsGetAllRetainedMessagesRequestBuilderGetRequestConfiguration)(ItemChannelsGetAllRetainedMessagesResponseable, error) { diff --git a/teams/item_channels_get_all_retained_messages_response.go b/teams/item_channels_get_all_retained_messages_response.go index 66aa0a7e52f..df50b503982 100644 --- a/teams/item_channels_get_all_retained_messages_response.go +++ b/teams/item_channels_get_all_retained_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsGetAllRetainedMessagesGetResponseable instead. type ItemChannelsGetAllRetainedMessagesResponse struct { ItemChannelsGetAllRetainedMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemChannelsGetAllRetainedMessagesResponse()(*ItemChannelsGetAllRetained func CreateItemChannelsGetAllRetainedMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChannelsGetAllRetainedMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsGetAllRetainedMessagesGetResponseable instead. type ItemChannelsGetAllRetainedMessagesResponseable interface { ItemChannelsGetAllRetainedMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index a2df9b0ce1d..723e2797a33 100644 --- a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrinci return NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { diff --git a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go index 5e4230bc569..4e423dc6398 100644 --- a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go +++ b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrinci func CreateItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_channels_item_members_add_request_builder.go b/teams/item_channels_item_members_add_request_builder.go index 25cf5b6132e..286c0b302b4 100644 --- a/teams/item_channels_item_members_add_request_builder.go +++ b/teams/item_channels_item_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemChannelsItemMembersAddRequestBuilder(rawUrl string, requestAdapter i 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemChannelsItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teams/item_channels_item_members_add_response.go b/teams/item_channels_item_members_add_response.go index 2533f2efe49..de8abc5cb5d 100644 --- a/teams/item_channels_item_members_add_response.go +++ b/teams/item_channels_item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemMembersAddPostResponseable instead. type ItemChannelsItemMembersAddResponse struct { ItemChannelsItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemChannelsItemMembersAddResponse()(*ItemChannelsItemMembersAddResponse func CreateItemChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChannelsItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemMembersAddPostResponseable instead. type ItemChannelsItemMembersAddResponseable interface { ItemChannelsItemMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 e3c38b96b32..f8d86cd305b 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 @@ -96,12 +96,12 @@ func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) Get(ctx co } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) ToGetReque requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/teams/item_channels_item_messages_delta_request_builder.go b/teams/item_channels_item_messages_delta_request_builder.go index e4b02fbb11c..fd9ed850312 100644 --- a/teams/item_channels_item_messages_delta_request_builder.go +++ b/teams/item_channels_item_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemChannelsItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapte return NewItemChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemChannelsItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemChannelsItemMessagesDeltaResponseable, error) { diff --git a/teams/item_channels_item_messages_delta_response.go b/teams/item_channels_item_messages_delta_response.go index aa0401f9ade..86d748434b3 100644 --- a/teams/item_channels_item_messages_delta_response.go +++ b/teams/item_channels_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesDeltaGetResponseable instead. type ItemChannelsItemMessagesDeltaResponse struct { ItemChannelsItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemChannelsItemMessagesDeltaResponse()(*ItemChannelsItemMessagesDeltaRe func CreateItemChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChannelsItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesDeltaGetResponseable instead. type ItemChannelsItemMessagesDeltaResponseable interface { ItemChannelsItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_channels_item_messages_item_replies_delta_request_builder.go b/teams/item_channels_item_messages_item_replies_delta_request_builder.go index 415363877bb..b48d63cdee9 100644 --- a/teams/item_channels_item_messages_item_replies_delta_request_builder.go +++ b/teams/item_channels_item_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemChannelsItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string, re return NewItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemChannelsItemMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemChannelsItemMessagesItemRepliesDeltaResponseable, error) { diff --git a/teams/item_channels_item_messages_item_replies_delta_response.go b/teams/item_channels_item_messages_item_replies_delta_response.go index 18aef5e85d2..212ff425547 100644 --- a/teams/item_channels_item_messages_item_replies_delta_response.go +++ b/teams/item_channels_item_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemChannelsItemMessagesItemRepliesDeltaResponse struct { ItemChannelsItemMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemChannelsItemMessagesItemRepliesDeltaResponse()(*ItemChannelsItemMess func CreateItemChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChannelsItemMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemChannelsItemMessagesItemRepliesDeltaResponseable interface { ItemChannelsItemMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_members_add_request_builder.go b/teams/item_members_add_request_builder.go index ceca8f5c2b8..c4292bf429e 100644 --- a/teams/item_members_add_request_builder.go +++ b/teams/item_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teams/item_members_add_response.go b/teams/item_members_add_response.go index 9d3592d747e..54bf47028ea 100644 --- a/teams/item_members_add_response.go +++ b/teams/item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead. type ItemMembersAddResponse struct { ItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemMembersAddResponse()(*ItemMembersAddResponse) { func CreateItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead. type ItemMembersAddResponseable interface { ItemMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index f6e8aa7e1ba..ac934df2b41 100644 --- a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrin return NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { diff --git a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go index d013e5c0564..1a1be728ded 100644 --- a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go +++ b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrin func CreateItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_primary_channel_members_add_request_builder.go b/teams/item_primary_channel_members_add_request_builder.go index cc70941ca13..a923a62fadc 100644 --- a/teams/item_primary_channel_members_add_request_builder.go +++ b/teams/item_primary_channel_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemPrimaryChannelMembersAddRequestBuilder(rawUrl string, requestAdapter 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemPrimaryChannelMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teams/item_primary_channel_members_add_response.go b/teams/item_primary_channel_members_add_response.go index d4edd988ebb..b38812c03eb 100644 --- a/teams/item_primary_channel_members_add_response.go +++ b/teams/item_primary_channel_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelMembersAddPostResponseable instead. type ItemPrimaryChannelMembersAddResponse struct { ItemPrimaryChannelMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemPrimaryChannelMembersAddResponse()(*ItemPrimaryChannelMembersAddResp func CreateItemPrimaryChannelMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPrimaryChannelMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelMembersAddPostResponseable instead. type ItemPrimaryChannelMembersAddResponseable interface { ItemPrimaryChannelMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 15d3ee464d4..5f57717c5cf 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 @@ -96,12 +96,12 @@ func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) Get(ctx } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToGetReq requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/teams/{team%2Did}/primaryChannel/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/teams/item_primary_channel_messages_delta_request_builder.go b/teams/item_primary_channel_messages_delta_request_builder.go index 670a4ab8e78..456f849ed67 100644 --- a/teams/item_primary_channel_messages_delta_request_builder.go +++ b/teams/item_primary_channel_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPrimaryChannelMessagesDeltaRequestBuilder(rawUrl string, requestAdap return NewItemPrimaryChannelMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPrimaryChannelMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPrimaryChannelMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemPrimaryChannelMessagesDeltaResponseable, error) { diff --git a/teams/item_primary_channel_messages_delta_response.go b/teams/item_primary_channel_messages_delta_response.go index 32f01ce5a80..21ea48ab9e1 100644 --- a/teams/item_primary_channel_messages_delta_response.go +++ b/teams/item_primary_channel_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesDeltaGetResponseable instead. type ItemPrimaryChannelMessagesDeltaResponse struct { ItemPrimaryChannelMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPrimaryChannelMessagesDeltaResponse()(*ItemPrimaryChannelMessagesDel func CreateItemPrimaryChannelMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPrimaryChannelMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesDeltaGetResponseable instead. type ItemPrimaryChannelMessagesDeltaResponseable interface { ItemPrimaryChannelMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teams/item_primary_channel_messages_item_replies_delta_request_builder.go b/teams/item_primary_channel_messages_item_replies_delta_request_builder.go index 37f54f8318f..8b9254136f7 100644 --- a/teams/item_primary_channel_messages_item_replies_delta_request_builder.go +++ b/teams/item_primary_channel_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder(rawUrl string, return NewItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPrimaryChannelMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemPrimaryChannelMessagesItemRepliesDeltaResponseable, error) { diff --git a/teams/item_primary_channel_messages_item_replies_delta_response.go b/teams/item_primary_channel_messages_item_replies_delta_response.go index 75b2c8e9b17..9118457bcdf 100644 --- a/teams/item_primary_channel_messages_item_replies_delta_response.go +++ b/teams/item_primary_channel_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type ItemPrimaryChannelMessagesItemRepliesDeltaResponse struct { ItemPrimaryChannelMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPrimaryChannelMessagesItemRepliesDeltaResponse()(*ItemPrimaryChannel func CreateItemPrimaryChannelMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPrimaryChannelMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type ItemPrimaryChannelMessagesItemRepliesDeltaResponseable interface { ItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_channels_all_messages_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_all_messages_request_builder.go index 5c8ca9f1d79..c0ab3d87cbd 100644 --- a/teamtemplatedefinition/item_team_definition_channels_all_messages_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamDefinitionChannelsAllMessagesRequestBuilder(rawUrl string, reque return NewItemTeamDefinitionChannelsAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a ItemTeamDefinitionChannelsAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionChannelsAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionChannelsAllMessagesRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionChannelsAllMessagesResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_channels_all_messages_response.go b/teamtemplatedefinition/item_team_definition_channels_all_messages_response.go index 8be7d01760c..71d53b7d54c 100644 --- a/teamtemplatedefinition/item_team_definition_channels_all_messages_response.go +++ b/teamtemplatedefinition/item_team_definition_channels_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsAllMessagesGetResponseable instead. type ItemTeamDefinitionChannelsAllMessagesResponse struct { ItemTeamDefinitionChannelsAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionChannelsAllMessagesResponse()(*ItemTeamDefinitionChann func CreateItemTeamDefinitionChannelsAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionChannelsAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsAllMessagesGetResponseable instead. type ItemTeamDefinitionChannelsAllMessagesResponseable interface { ItemTeamDefinitionChannelsAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_channels_get_all_messages_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_get_all_messages_request_builder.go index 2ecd4e40fc5..de74f9df9c4 100644 --- a/teamtemplatedefinition/item_team_definition_channels_get_all_messages_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewItemTeamDefinitionChannelsGetAllMessagesRequestBuilder(rawUrl string, re return NewItemTeamDefinitionChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a ItemTeamDefinitionChannelsGetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionChannelsGetAllMessagesResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_channels_get_all_messages_response.go b/teamtemplatedefinition/item_team_definition_channels_get_all_messages_response.go index a9e4f311dc9..ad32224bfdf 100644 --- a/teamtemplatedefinition/item_team_definition_channels_get_all_messages_response.go +++ b/teamtemplatedefinition/item_team_definition_channels_get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsGetAllMessagesGetResponseable instead. type ItemTeamDefinitionChannelsGetAllMessagesResponse struct { ItemTeamDefinitionChannelsGetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionChannelsGetAllMessagesResponse()(*ItemTeamDefinitionCh func CreateItemTeamDefinitionChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionChannelsGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsGetAllMessagesGetResponseable instead. type ItemTeamDefinitionChannelsGetAllMessagesResponseable interface { ItemTeamDefinitionChannelsGetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_request_builder.go index 5b1555af729..6eeb7962266 100644 --- a/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamDefinitionChannelsGetAllRetainedMessagesRequestBuilder(rawUrl st return NewItemTeamDefinitionChannelsGetAllRetainedMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRetainedMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRetainedMessagesGetResponse instead. // returns a ItemTeamDefinitionChannelsGetAllRetainedMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionChannelsGetAllRetainedMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionChannelsGetAllRetainedMessagesRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionChannelsGetAllRetainedMessagesResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_response.go b/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_response.go index a79821d9b30..e1e19bc3cd3 100644 --- a/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_response.go +++ b/teamtemplatedefinition/item_team_definition_channels_get_all_retained_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponseable instead. type ItemTeamDefinitionChannelsGetAllRetainedMessagesResponse struct { ItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionChannelsGetAllRetainedMessagesResponse()(*ItemTeamDefi func CreateItemTeamDefinitionChannelsGetAllRetainedMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionChannelsGetAllRetainedMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponseable instead. type ItemTeamDefinitionChannelsGetAllRetainedMessagesResponseable interface { ItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index 581ae572c31..4000c5fd38b 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTena return NewItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go index abe8f0ff067..9dcfcb3702a 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTena func CreateItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { ItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_channels_item_members_add_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_item_members_add_request_builder.go index 471a81b8550..60d8d1150fe 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_members_add_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemTeamDefinitionChannelsItemMembersAddRequestBuilder(rawUrl string, re return NewItemTeamDefinitionChannelsItemMembersAddRequestBuilderInternal(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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemTeamDefinitionChannelsItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teamtemplatedefinition/item_team_definition_channels_item_members_add_response.go b/teamtemplatedefinition/item_team_definition_channels_item_members_add_response.go index 428a46f4dc4..c7394f2bfdf 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_members_add_response.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemMembersAddPostResponseable instead. type ItemTeamDefinitionChannelsItemMembersAddResponse struct { ItemTeamDefinitionChannelsItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionChannelsItemMembersAddResponse()(*ItemTeamDefinitionCh func CreateItemTeamDefinitionChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionChannelsItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemMembersAddPostResponseable instead. type ItemTeamDefinitionChannelsItemMembersAddResponseable interface { ItemTeamDefinitionChannelsItemMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_channels_item_members_conversation_member_item_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_item_members_conversation_member_item_request_builder.go index 8cf71cc4f0d..b8754bc355d 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_members_conversation_member_item_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_members_conversation_member_item_request_builder.go @@ -96,12 +96,12 @@ func (m *ItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuild } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 *ItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *ItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuild requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *ItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/channels/{channel%2Did}/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_request_builder.go index b0a9ec034d2..6d67268d974 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamDefinitionChannelsItemMessagesDeltaRequestBuilder(rawUrl string, return NewItemTeamDefinitionChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamDefinitionChannelsItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionChannelsItemMessagesDeltaResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_response.go b/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_response.go index f6c769f535a..000d0f9b5cf 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_response.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemMessagesDeltaGetResponseable instead. type ItemTeamDefinitionChannelsItemMessagesDeltaResponse struct { ItemTeamDefinitionChannelsItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionChannelsItemMessagesDeltaResponse()(*ItemTeamDefinitio func CreateItemTeamDefinitionChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionChannelsItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemMessagesDeltaGetResponseable instead. type ItemTeamDefinitionChannelsItemMessagesDeltaResponseable interface { ItemTeamDefinitionChannelsItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_request_builder.go b/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_request_builder.go index fa6e85ecca8..e6990137c27 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaRequestBuilder(raw return NewItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_response.go b/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_response.go index 9408338d3da..2d99f43b4e8 100644 --- a/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_response.go +++ b/teamtemplatedefinition/item_team_definition_channels_item_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponse struct { ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponse()(*ItemTe func CreateItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseable interface { ItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_members_add_request_builder.go b/teamtemplatedefinition/item_team_definition_members_add_request_builder.go index e75f406ca1a..15aa54ae71e 100644 --- a/teamtemplatedefinition/item_team_definition_members_add_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemTeamDefinitionMembersAddRequestBuilder(rawUrl string, requestAdapter return NewItemTeamDefinitionMembersAddRequestBuilderInternal(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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemTeamDefinitionMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teamtemplatedefinition/item_team_definition_members_add_response.go b/teamtemplatedefinition/item_team_definition_members_add_response.go index a95d0189bf5..942f7067e43 100644 --- a/teamtemplatedefinition/item_team_definition_members_add_response.go +++ b/teamtemplatedefinition/item_team_definition_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionMembersAddPostResponseable instead. type ItemTeamDefinitionMembersAddResponse struct { ItemTeamDefinitionMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionMembersAddResponse()(*ItemTeamDefinitionMembersAddResp func CreateItemTeamDefinitionMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionMembersAddPostResponseable instead. type ItemTeamDefinitionMembersAddResponseable interface { ItemTeamDefinitionMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index 68c8aebd299..d4b3e244c16 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTe return NewItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go index 22e1c4da311..1c7d0b452d5 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTe func CreateItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { ItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_members_add_request_builder.go b/teamtemplatedefinition/item_team_definition_primary_channel_members_add_request_builder.go index bbd555fee56..d9d91d946ab 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_members_add_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemTeamDefinitionPrimaryChannelMembersAddRequestBuilder(rawUrl string, return NewItemTeamDefinitionPrimaryChannelMembersAddRequestBuilderInternal(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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemTeamDefinitionPrimaryChannelMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_members_add_response.go b/teamtemplatedefinition/item_team_definition_primary_channel_members_add_response.go index 0e1e16cffdc..ac2cc40dd3b 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_members_add_response.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelMembersAddPostResponseable instead. type ItemTeamDefinitionPrimaryChannelMembersAddResponse struct { ItemTeamDefinitionPrimaryChannelMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionPrimaryChannelMembersAddResponse()(*ItemTeamDefinition func CreateItemTeamDefinitionPrimaryChannelMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionPrimaryChannelMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelMembersAddPostResponseable instead. type ItemTeamDefinitionPrimaryChannelMembersAddResponseable interface { ItemTeamDefinitionPrimaryChannelMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_members_conversation_member_item_request_builder.go b/teamtemplatedefinition/item_team_definition_primary_channel_members_conversation_member_item_request_builder.go index 12529dd35f3..bb73a386135 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_members_conversation_member_item_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_members_conversation_member_item_request_builder.go @@ -96,12 +96,12 @@ func (m *ItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBui } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 *ItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *ItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBui requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *ItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *ItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/primaryChannel/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_request_builder.go b/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_request_builder.go index b05ccc1857a..023467c6de6 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamDefinitionPrimaryChannelMessagesDeltaRequestBuilder(rawUrl strin return NewItemTeamDefinitionPrimaryChannelMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamDefinitionPrimaryChannelMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionPrimaryChannelMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionPrimaryChannelMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionPrimaryChannelMessagesDeltaResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_response.go b/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_response.go index 97cc27820b7..784bccc4ee0 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_response.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponseable instead. type ItemTeamDefinitionPrimaryChannelMessagesDeltaResponse struct { ItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionPrimaryChannelMessagesDeltaResponse()(*ItemTeamDefinit func CreateItemTeamDefinitionPrimaryChannelMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionPrimaryChannelMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponseable instead. type ItemTeamDefinitionPrimaryChannelMessagesDeltaResponseable interface { ItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go b/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go index b7bce680313..5aaa7ee339b 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaRequestBuilder(r return NewItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseable, error) { diff --git a/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_response.go b/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_response.go index cdd6a404351..188c0462f1b 100644 --- a/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_response.go +++ b/teamtemplatedefinition/item_team_definition_primary_channel_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponse struct { ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponse()(*Item func CreateItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseable interface { ItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamwork/deleted_teams_get_all_messages_request_builder.go b/teamwork/deleted_teams_get_all_messages_request_builder.go index 7f5c07a1472..23f5dc0f132 100644 --- a/teamwork/deleted_teams_get_all_messages_request_builder.go +++ b/teamwork/deleted_teams_get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewDeletedTeamsGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i return NewDeletedTeamsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a DeletedTeamsGetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedTeamsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsGetAllMessagesRequestBuilderGetRequestConfiguration)(DeletedTeamsGetAllMessagesResponseable, error) { diff --git a/teamwork/deleted_teams_get_all_messages_response.go b/teamwork/deleted_teams_get_all_messages_response.go index f1615feb13e..b3a575d2aab 100644 --- a/teamwork/deleted_teams_get_all_messages_response.go +++ b/teamwork/deleted_teams_get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsGetAllMessagesGetResponseable instead. type DeletedTeamsGetAllMessagesResponse struct { DeletedTeamsGetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsGetAllMessagesResponse()(*DeletedTeamsGetAllMessagesResponse func CreateDeletedTeamsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsGetAllMessagesGetResponseable instead. type DeletedTeamsGetAllMessagesResponseable interface { DeletedTeamsGetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamwork/deleted_teams_item_channels_all_messages_request_builder.go b/teamwork/deleted_teams_item_channels_all_messages_request_builder.go index 9d3ecefebec..370b950cfda 100644 --- a/teamwork/deleted_teams_item_channels_all_messages_request_builder.go +++ b/teamwork/deleted_teams_item_channels_all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewDeletedTeamsItemChannelsAllMessagesRequestBuilder(rawUrl string, request return NewDeletedTeamsItemChannelsAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a DeletedTeamsItemChannelsAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedTeamsItemChannelsAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsAllMessagesRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsAllMessagesResponseable, error) { diff --git a/teamwork/deleted_teams_item_channels_all_messages_response.go b/teamwork/deleted_teams_item_channels_all_messages_response.go index 71dc1db85b6..c2a4dc4a142 100644 --- a/teamwork/deleted_teams_item_channels_all_messages_response.go +++ b/teamwork/deleted_teams_item_channels_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsAllMessagesGetResponseable instead. type DeletedTeamsItemChannelsAllMessagesResponse struct { DeletedTeamsItemChannelsAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsAllMessagesResponse()(*DeletedTeamsItemChannelsA func CreateDeletedTeamsItemChannelsAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsItemChannelsAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsAllMessagesGetResponseable instead. type DeletedTeamsItemChannelsAllMessagesResponseable interface { DeletedTeamsItemChannelsAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go b/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go index 9026e7e70ce..84cf97afba9 100644 --- a/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go +++ b/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewDeletedTeamsItemChannelsGetAllMessagesRequestBuilder(rawUrl string, requ return NewDeletedTeamsItemChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a DeletedTeamsItemChannelsGetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedTeamsItemChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsGetAllMessagesResponseable, error) { diff --git a/teamwork/deleted_teams_item_channels_get_all_messages_response.go b/teamwork/deleted_teams_item_channels_get_all_messages_response.go index b9023b0a061..ac9bd5b9fab 100644 --- a/teamwork/deleted_teams_item_channels_get_all_messages_response.go +++ b/teamwork/deleted_teams_item_channels_get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsGetAllMessagesGetResponseable instead. type DeletedTeamsItemChannelsGetAllMessagesResponse struct { DeletedTeamsItemChannelsGetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsGetAllMessagesResponse()(*DeletedTeamsItemChanne func CreateDeletedTeamsItemChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsItemChannelsGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsGetAllMessagesGetResponseable instead. type DeletedTeamsItemChannelsGetAllMessagesResponseable interface { DeletedTeamsItemChannelsGetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamwork/deleted_teams_item_channels_get_all_retained_messages_request_builder.go b/teamwork/deleted_teams_item_channels_get_all_retained_messages_request_builder.go index 2afefca372b..ab66749de35 100644 --- a/teamwork/deleted_teams_item_channels_get_all_retained_messages_request_builder.go +++ b/teamwork/deleted_teams_item_channels_get_all_retained_messages_request_builder.go @@ -52,7 +52,7 @@ func NewDeletedTeamsItemChannelsGetAllRetainedMessagesRequestBuilder(rawUrl stri return NewDeletedTeamsItemChannelsGetAllRetainedMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRetainedMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRetainedMessagesGetResponse instead. // returns a DeletedTeamsItemChannelsGetAllRetainedMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedTeamsItemChannelsGetAllRetainedMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsGetAllRetainedMessagesRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsGetAllRetainedMessagesResponseable, error) { diff --git a/teamwork/deleted_teams_item_channels_get_all_retained_messages_response.go b/teamwork/deleted_teams_item_channels_get_all_retained_messages_response.go index 09d3ae974b9..3c39d4b9d65 100644 --- a/teamwork/deleted_teams_item_channels_get_all_retained_messages_response.go +++ b/teamwork/deleted_teams_item_channels_get_all_retained_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsGetAllRetainedMessagesGetResponseable instead. type DeletedTeamsItemChannelsGetAllRetainedMessagesResponse struct { DeletedTeamsItemChannelsGetAllRetainedMessagesGetResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsGetAllRetainedMessagesResponse()(*DeletedTeamsIt func CreateDeletedTeamsItemChannelsGetAllRetainedMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsItemChannelsGetAllRetainedMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsGetAllRetainedMessagesGetResponseable instead. type DeletedTeamsItemChannelsGetAllRetainedMessagesResponseable interface { DeletedTeamsItemChannelsGetAllRetainedMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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_request_builder.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_request_builder.go index 6ccc270a22f..bc81d6f0097 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_request_builder.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_request_builder.go @@ -42,7 +42,7 @@ func NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenant return NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { 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_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_response.go index 32c4915db84..2fcaecf7242 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_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_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenant func CreateDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 2ccab405fe1..e993150d277 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 @@ -31,7 +31,7 @@ func NewDeletedTeamsItemChannelsItemMembersAddRequestBuilder(rawUrl string, requ 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a DeletedTeamsItemChannelsItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teamwork/deleted_teams_item_channels_item_members_add_response.go b/teamwork/deleted_teams_item_channels_item_members_add_response.go index 262fb75a580..ace3ae3663f 100644 --- a/teamwork/deleted_teams_item_channels_item_members_add_response.go +++ b/teamwork/deleted_teams_item_channels_item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMembersAddPostResponseable instead. type DeletedTeamsItemChannelsItemMembersAddResponse struct { DeletedTeamsItemChannelsItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemMembersAddResponse()(*DeletedTeamsItemChanne func CreateDeletedTeamsItemChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsItemChannelsItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMembersAddPostResponseable instead. type DeletedTeamsItemChannelsItemMembersAddResponseable interface { DeletedTeamsItemChannelsItemMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 04770bbbf9e..d7c85bf663f 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 @@ -96,12 +96,12 @@ func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go index 20440b4cbc6..5d69b1c4c4a 100644 --- a/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go +++ b/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeletedTeamsItemChannelsItemMessagesDeltaRequestBuilder(rawUrl string, r return NewDeletedTeamsItemChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeletedTeamsItemChannelsItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedTeamsItemChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsItemMessagesDeltaResponseable, error) { diff --git a/teamwork/deleted_teams_item_channels_item_messages_delta_response.go b/teamwork/deleted_teams_item_channels_item_messages_delta_response.go index ad4eaca2e1b..85bbe7c8e68 100644 --- a/teamwork/deleted_teams_item_channels_item_messages_delta_response.go +++ b/teamwork/deleted_teams_item_channels_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesDeltaGetResponseable instead. type DeletedTeamsItemChannelsItemMessagesDeltaResponse struct { DeletedTeamsItemChannelsItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemMessagesDeltaResponse()(*DeletedTeamsItemCha func CreateDeletedTeamsItemChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsItemChannelsItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesDeltaGetResponseable instead. type DeletedTeamsItemChannelsItemMessagesDeltaResponseable interface { DeletedTeamsItemChannelsItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go index 40491e1c42b..e7636dd57ae 100644 --- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go +++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder(rawUr return NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable, error) { diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go index 6d3d67cadc7..3c82fb31250 100644 --- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go +++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse struct { DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse()(*DeletedT func CreateDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable interface { DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_request_builder.go index 0e6906202f2..675f775df18 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesRequest return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_response.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_response.go index 239e46bd7d3..a64bb1b77e2 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesRespons func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsAllMessagesGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_request_builder.go index 7d2f84cd2ed..886d2c039b3 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesRequ return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_response.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_response.go index 37ff383df87..859272463bc 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesResp func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllMessagesGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_request_builder.go index 31698bd869f..0eb28e69d9b 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_request_builder.go @@ -52,7 +52,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMess return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRetainedMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRetainedMessagesGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_response.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_response.go index c30f18e1136..241b63f1437 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_get_all_retained_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMess func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsGetAllRetainedMessagesGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index 7cce2c96032..df6e9218d38 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAc return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go index 8b1eceda3f8..8ff88941aed 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAc func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_request_builder.go index aa67a5ba4fa..80b5cea72a9 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddRequ return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddRequestBuilderInternal(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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_response.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_response.go index d205e8e5174..5244376d788 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddPostResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddResp func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddPostResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersAddPostResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_conversation_member_item_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_conversation_member_item_request_builder.go index d4dcbe491ad..9cd650ec420 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_conversation_member_item_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_members_conversation_member_item_request_builder.go @@ -96,12 +96,12 @@ func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersConver } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersConver requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/teamwork/teamTemplates/{teamTemplate%2Did}/definitions/{teamTemplateDefinition%2Did}/teamDefinition/channels/{channel%2Did}/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_request_builder.go index 466e2800e0e..60f04411738 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaR return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_response.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_response.go index b07edcc5607..119830d2bb1 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaR func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesDeltaGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_request_builder.go index 83ed54325e9..f4546aa9a64 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRe return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_response.go b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_response.go index 65c7144775d..d4e879ddcbe 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_channels_item_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRe func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionChannelsItemMessagesItemRepliesDeltaGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_members_add_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_members_add_request_builder.go index 8537eb07fd5..49357812f9d 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_members_add_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddRequestBuilder(r return NewTeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddRequestBuilderInternal(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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teamwork/team_templates_item_definitions_item_team_definition_members_add_response.go b/teamwork/team_templates_item_definitions_item_team_definition_members_add_response.go index fef0c66b0cb..119edc9b0c3 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_members_add_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddPostResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddResponse()(*Team func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddPostResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionMembersAddPostResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go index af7396c9ed9..9da1d292b91 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go @@ -42,7 +42,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHave return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function doesUserHaveAccess -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go index fcf9ddee144..92ef973885e 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHave func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_request_builder.go index dbe7a40152d..3f02239f6ab 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddRe return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddRequestBuilderInternal(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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_response.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_response.go index f80b30f53ea..6f7215d4894 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddPostResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddRe func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddPostResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersAddPostResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_conversation_member_item_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_conversation_member_item_request_builder.go index c33e6cb22bb..957bd25083d 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_conversation_member_item_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_members_conversation_member_item_request_builder.go @@ -96,12 +96,12 @@ func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersConv } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable), nil } -// Patch update the role of a conversationMember in a team.or channel. +// 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. // returns a ConversationMemberable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -144,7 +144,7 @@ func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersConv requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation update the role of a conversationMember in a team.or channel. +// 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. // returns a *RequestInformation when successful func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ConversationMemberable, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/teamwork/teamTemplates/{teamTemplate%2Did}/definitions/{teamTemplateDefinition%2Did}/teamDefinition/primaryChannel/members/{conversationMember%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_request_builder.go index 0641e02aede..f57604a5755 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDelt return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_response.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_response.go index 27df9432288..eb72c1dc836 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDelt func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesDeltaGetResponseable diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go index 7cf10a2ece3..fd4232b504d 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItem return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseable, error) { diff --git a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_response.go b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_response.go index 4285e481630..063bf20ad57 100644 --- a/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_response.go +++ b/teamwork/team_templates_item_definitions_item_team_definition_primary_channel_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponse struct { TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItem func CreateTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewTeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead. type TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable TeamTemplatesItemDefinitionsItemTeamDefinitionPrimaryChannelMessagesItemRepliesDeltaGetResponseable diff --git a/teamwork/team_templates_request_builder.go b/teamwork/team_templates_request_builder.go index 81927b3571c..5e9abfa4b2f 100644 --- a/teamwork/team_templates_request_builder.go +++ b/teamwork/team_templates_request_builder.go @@ -11,7 +11,7 @@ import ( type TeamTemplatesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// TeamTemplatesRequestBuilderGetQueryParameters get the list of teamTemplate objects that are available for a tenant. +// TeamTemplatesRequestBuilderGetQueryParameters list the teamTemplateDefinition objects associated with a teamTemplate. type TeamTemplatesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -76,12 +76,12 @@ func NewTeamTemplatesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee func (m *TeamTemplatesRequestBuilder) Count()(*TeamTemplatesCountRequestBuilder) { return NewTeamTemplatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get get the list of teamTemplate objects that are available for a tenant. +// Get list the teamTemplateDefinition objects associated with a teamTemplate. // returns a TeamTemplateCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-1.0 func (m *TeamTemplatesRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamTemplatesRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.TeamTemplateCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -119,7 +119,7 @@ func (m *TeamTemplatesRequestBuilder) Post(ctx context.Context, body ie233ee762e } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.TeamTemplateable), nil } -// ToGetRequestInformation get the list of teamTemplate objects that are available for a tenant. +// ToGetRequestInformation list the teamTemplateDefinition objects associated with a teamTemplate. // returns a *RequestInformation when successful func (m *TeamTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TeamTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_request_builder.go b/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_request_builder.go index 916544665ff..adc84e48589 100644 --- a/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_request_builder.go +++ b/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_request_builder.go @@ -31,7 +31,7 @@ func NewManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchReques return NewManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action tenantSearch -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsTenantSearchPostResponse instead. // returns a ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchRequestBuilder) Post(ctx context.Context, body ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchPostRequestBodyable, requestConfiguration *ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchRequestBuilderPostRequestConfiguration)(ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchResponseable, error) { diff --git a/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_tenant_search_response.go b/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_tenant_search_response.go index 99047fe3246..8a22d7448b6 100644 --- a/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_tenant_search_response.go +++ b/tenantrelationships/managed_tenants_tenant_groups_microsoft_graph_managed_tenants_tenant_search_tenant_search_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchPostResponseable instead. type ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchResponse struct { ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchPostResponse } @@ -20,7 +20,7 @@ func NewManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenant func CreateManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchPostResponseable instead. type ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchResponseable interface { ManagedTenantsTenantGroupsMicrosoftGraphManagedTenantsTenantSearchTenantSearchPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/tenantrelationships/multi_tenant_organization_request_builder.go b/tenantrelationships/multi_tenant_organization_request_builder.go index d2f7c6d6112..fa438a93d67 100644 --- a/tenantrelationships/multi_tenant_organization_request_builder.go +++ b/tenantrelationships/multi_tenant_organization_request_builder.go @@ -75,12 +75,12 @@ func (m *MultiTenantOrganizationRequestBuilder) Get(ctx context.Context, request func (m *MultiTenantOrganizationRequestBuilder) JoinRequest()(*MultiTenantOrganizationJoinRequestRequestBuilder) { return NewMultiTenantOrganizationJoinRequestRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Patch create a new multi-tenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multi-tenant organization. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization. +// Patch update the properties of a multi-tenant organization. // returns a MultiTenantOrganizationable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 func (m *MultiTenantOrganizationRequestBuilder) Patch(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.MultiTenantOrganizationable, requestConfiguration *MultiTenantOrganizationRequestBuilderPatchRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.MultiTenantOrganizationable, error) { requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -117,7 +117,7 @@ func (m *MultiTenantOrganizationRequestBuilder) ToGetRequestInformation(ctx cont requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPatchRequestInformation create a new multi-tenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multi-tenant organization. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization. +// ToPatchRequestInformation update the properties of a multi-tenant organization. // returns a *RequestInformation when successful func (m *MultiTenantOrganizationRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.MultiTenantOrganizationable, requestConfiguration *MultiTenantOrganizationRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/tenantRelationships/multiTenantOrganization", m.BaseRequestBuilder.PathParameters) diff --git a/users/delta_request_builder.go b/users/delta_request_builder.go index 5ad3186c5c0..04f5f56656e 100644 --- a/users/delta_request_builder.go +++ b/users/delta_request_builder.go @@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb return NewDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a DeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) { diff --git a/users/delta_response.go b/users/delta_response.go index bbf78ae3fff..b36c4c591b6 100644 --- a/users/delta_response.go +++ b/users/delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponse struct { DeltaGetResponse } @@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) { func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use DeltaGetResponseable instead. type DeltaResponseable interface { DeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/get_by_ids_request_builder.go b/users/get_by_ids_request_builder.go index 684226a2031..eb15c279b5b 100644 --- a/users/get_by_ids_request_builder.go +++ b/users/get_by_ids_request_builder.go @@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337 return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post return the directory objects specified in a list of IDs. Some common uses for this function are to: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. // returns a GetByIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/get_by_ids_response.go b/users/get_by_ids_response.go index 6630d8efc7d..b26b231ebd1 100644 --- a/users/get_by_ids_response.go +++ b/users/get_by_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponse struct { GetByIdsPostResponse } @@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) { func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetByIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead. type GetByIdsResponseable interface { GetByIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/get_managed_app_blocked_users_request_builder.go b/users/get_managed_app_blocked_users_request_builder.go index 17e9314045c..3045bb0ae7e 100644 --- a/users/get_managed_app_blocked_users_request_builder.go +++ b/users/get_managed_app_blocked_users_request_builder.go @@ -46,7 +46,7 @@ func NewGetManagedAppBlockedUsersRequestBuilder(rawUrl string, requestAdapter i2 return NewGetManagedAppBlockedUsersRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getManagedAppBlockedUsers -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetManagedAppBlockedUsersGetResponse instead. // returns a GetManagedAppBlockedUsersResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *GetManagedAppBlockedUsersRequestBuilder) Get(ctx context.Context, requestConfiguration *GetManagedAppBlockedUsersRequestBuilderGetRequestConfiguration)(GetManagedAppBlockedUsersResponseable, error) { diff --git a/users/get_managed_app_blocked_users_response.go b/users/get_managed_app_blocked_users_response.go index d1ff32ce606..071cdab51b6 100644 --- a/users/get_managed_app_blocked_users_response.go +++ b/users/get_managed_app_blocked_users_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetManagedAppBlockedUsersGetResponseable instead. type GetManagedAppBlockedUsersResponse struct { GetManagedAppBlockedUsersGetResponse } @@ -20,7 +20,7 @@ func NewGetManagedAppBlockedUsersResponse()(*GetManagedAppBlockedUsersResponse) func CreateGetManagedAppBlockedUsersResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewGetManagedAppBlockedUsersResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use GetManagedAppBlockedUsersGetResponseable instead. type GetManagedAppBlockedUsersResponseable interface { GetManagedAppBlockedUsersGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_activities_recent_request_builder.go b/users/item_activities_recent_request_builder.go index ac8d9af84ac..690e66f15f3 100644 --- a/users/item_activities_recent_request_builder.go +++ b/users/item_activities_recent_request_builder.go @@ -52,7 +52,7 @@ func NewItemActivitiesRecentRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemActivitiesRecentRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function recent -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsRecentGetResponse instead. // returns a ItemActivitiesRecentResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemActivitiesRecentRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemActivitiesRecentRequestBuilderGetRequestConfiguration)(ItemActivitiesRecentResponseable, error) { diff --git a/users/item_activities_recent_response.go b/users/item_activities_recent_response.go index a3cc54ac908..bf4f7b020d9 100644 --- a/users/item_activities_recent_response.go +++ b/users/item_activities_recent_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemActivitiesRecentGetResponseable instead. type ItemActivitiesRecentResponse struct { ItemActivitiesRecentGetResponse } @@ -20,7 +20,7 @@ func NewItemActivitiesRecentResponse()(*ItemActivitiesRecentResponse) { func CreateItemActivitiesRecentResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemActivitiesRecentResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemActivitiesRecentGetResponseable instead. type ItemActivitiesRecentResponseable interface { ItemActivitiesRecentGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_request_builder.go b/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_request_builder.go index bbdfcf5575a..b0d750d6f61 100644 --- a/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_request_builder.go +++ b/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnRequestBuilder return NewItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_response.go b/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_response.go index 71a8b07873e..1a94022edee 100644 --- a/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_response.go +++ b/users/item_app_consent_requests_for_approval_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnGetResponseable instead. type ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnResponse struct { ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnResponse()(*It func CreateItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnGetResponseable instead. type ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnResponseable interface { ItemAppConsentRequestsForApprovalFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go b/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go index 74964f613de..3963214235a 100644 --- a/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go +++ b/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentU return NewItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_response.go b/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_response.go index 1010ed91614..51c7aef9c12 100644 --- a/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_response.go +++ b/users/item_app_consent_requests_for_approval_item_user_consent_requests_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable instead. type ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnResponse struct { ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentU func CreateItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable instead. type ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnResponseable interface { ItemAppConsentRequestsForApprovalItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_approvals_filter_by_current_user_with_on_request_builder.go b/users/item_approvals_filter_by_current_user_with_on_request_builder.go index 1050fd3d02a..a6123c3fd3c 100644 --- a/users/item_approvals_filter_by_current_user_with_on_request_builder.go +++ b/users/item_approvals_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemApprovalsFilterByCurrentUserWithOnRequestBuilder(rawUrl string, requ return NewItemApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemApprovalsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemApprovalsFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_approvals_filter_by_current_user_with_on_response.go b/users/item_approvals_filter_by_current_user_with_on_response.go index 42eac3ff25d..a51825694d3 100644 --- a/users/item_approvals_filter_by_current_user_with_on_response.go +++ b/users/item_approvals_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemApprovalsFilterByCurrentUserWithOnGetResponseable instead. type ItemApprovalsFilterByCurrentUserWithOnResponse struct { ItemApprovalsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemApprovalsFilterByCurrentUserWithOnResponse()(*ItemApprovalsFilterByC func CreateItemApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemApprovalsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemApprovalsFilterByCurrentUserWithOnGetResponseable instead. type ItemApprovalsFilterByCurrentUserWithOnResponseable interface { ItemApprovalsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go b/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go index 375c0df690d..6eb072f60dd 100644 --- a/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go +++ b/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go @@ -49,7 +49,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder(rawUrl str return NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function allowedCalendarSharingRoles -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead. // returns a ItemCalendarAllowedCalendarSharingRolesWithUserResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarAllowedCalendarSharingRolesWithUserResponseable, error) { diff --git a/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go b/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go index 459c9b2d802..622a7e32e55 100644 --- a/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go +++ b/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarAllowedCalendarSharingRolesWithUserResponse struct { ItemCalendarAllowedCalendarSharingRolesWithUserGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserResponse()(*ItemCalendarA func CreateItemCalendarAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarAllowedCalendarSharingRolesWithUserResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarAllowedCalendarSharingRolesWithUserResponseable interface { ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_calendar_view_delta_request_builder.go b/users/item_calendar_calendar_view_delta_request_builder.go index 4a88c549b32..8afba8b4a57 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_delta_response.go b/users/item_calendar_calendar_view_delta_response.go index 4b90e60ac7e..f05177d7923 100644 --- a/users/item_calendar_calendar_view_delta_response.go +++ b/users/item_calendar_calendar_view_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead. type ItemCalendarCalendarViewDeltaResponse struct { ItemCalendarCalendarViewDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewDeltaResponse()(*ItemCalendarCalendarViewDeltaRe func CreateItemCalendarCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead. type ItemCalendarCalendarViewDeltaResponseable interface { ItemCalendarCalendarViewDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go index 5fc0afe0646..5586a67530d 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder(rawU urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) Ge } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) Ge } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_delta_response.go b/users/item_calendar_calendar_view_item_exception_occurrences_delta_response.go index 8ba6fbbe406..e01c85e8538 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponse struct { ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponse()(*ItemCal func CreateItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarCalendarViewItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go index 35d173df917..e328c7a0fa0 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilde urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuild } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go index 5b3b5e9c5a2..c3fe3deaff9 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaReque } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaReque } return res.(ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go index 08105bea2a4..4e63a8acabf 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRespon func CreateItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go index 71fd563fde2..3fdd5d7577f 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemR func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemR func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go index 1c1943d372c..0cdd4bea5ab 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForward urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwar } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go index 4a7715be3d4..c7515455444 100644 --- a/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_calendar_calendar_view_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBui func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBui } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 7deb7f55a4e..e532c7620f0 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 fe6ae8e10e1..349533352f6 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGet } return res.(ItemCalendarCalendarViewItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_instances_delta_response.go b/users/item_calendar_calendar_view_item_instances_delta_response.go index 3cb88319144..80ee62494db 100644 --- a/users/item_calendar_calendar_view_item_instances_delta_response.go +++ b/users/item_calendar_calendar_view_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesDeltaResponse struct { ItemCalendarCalendarViewItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaResponse()(*ItemCalendarCalend func CreateItemCalendarCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesDeltaResponseable interface { ItemCalendarCalendarViewItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_calendar_view_item_instances_event_item_request_builder.go b/users/item_calendar_calendar_view_item_instances_event_item_request_builder.go index 49715a9afb0..937a4137c2d 100644 --- a/users/item_calendar_calendar_view_item_instances_event_item_request_builder.go +++ b/users/item_calendar_calendar_view_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) Extension func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) { return NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) SnoozeRem func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go index 002fe574618..5f4ec37add6 100644 --- a/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaReque } return res.(ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaReque } return res.(ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go b/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go index 4745789ff93..012882c8a44 100644 --- a/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaRespon func CreateItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go index 18d4f8c485a..330a09b8579 100644 --- a/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForward urlParams["request-raw-url"] = rawUrl return NewItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwar } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 c47ebb2a8cb..02fb3b7ab78 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_calendar_view_item_instances_request_builder.go b/users/item_calendar_calendar_view_item_instances_request_builder.go index 249f9adfd4b..b011a22c83e 100644 --- a/users/item_calendar_calendar_view_item_instances_request_builder.go +++ b/users/item_calendar_calendar_view_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarCalendarViewItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarCalendarViewItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) Count()(*ItemCalen func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) Delta()(*ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) { return NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) Get(ctx context.Co } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarCalendarViewItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_delta_request_builder.go b/users/item_calendar_events_delta_request_builder.go index ba243a43af8..fc6569fafcb 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_delta_response.go b/users/item_calendar_events_delta_response.go index 02b12fe21ec..29d81e6187d 100644 --- a/users/item_calendar_events_delta_response.go +++ b/users/item_calendar_events_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead. type ItemCalendarEventsDeltaResponse struct { ItemCalendarEventsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsDeltaResponse()(*ItemCalendarEventsDeltaResponse) { func CreateItemCalendarEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead. type ItemCalendarEventsDeltaResponseable interface { ItemCalendarEventsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_events_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_events_item_exception_occurrences_delta_request_builder.go index 6896bb7d038..c61fc588101 100644 --- a/users/item_calendar_events_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_events_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder(rawUrl str urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder) Get(ctx } return res.(ItemCalendarEventsItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder) GetAsDel } return res.(ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_exception_occurrences_delta_response.go b/users/item_calendar_events_item_exception_occurrences_delta_response.go index 7e564c2243f..e8a64b25dcd 100644 --- a/users/item_calendar_events_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_events_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesDeltaResponse struct { ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesDeltaResponse()(*ItemCalendarE func CreateItemCalendarEventsItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarEventsItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go index 3583ee8e2a6..2eb0354fb0a 100644 --- a/users/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_events_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilder(rawU urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilder) 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go index 20b1b77ed54..a0be60a200c 100644 --- a/users/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_calendar_events_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuild urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuil } return res.(ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuil } return res.(ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go b/users/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go index e030663ae1e..d6d2b4ceb40 100644 --- a/users/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_calendar_events_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponse()(* func CreateItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go index 87d6dcd64b4..327e3b2b626 100644 --- a/users/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_calendar_events_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequest func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequest func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go index ee4302c8def..7b0dadb7e06 100644 --- a/users/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_calendar_events_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardReque } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go b/users/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go index 7e22d3f570e..616829b00b0 100644 --- a/users/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_calendar_events_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_forward_request_builder.go b/users/item_calendar_events_item_forward_request_builder.go index 1113ab23648..117f356f1a2 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 b738480b404..ed82bf37919 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetRespon } return res.(ItemCalendarEventsItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_instances_delta_response.go b/users/item_calendar_events_item_instances_delta_response.go index 0f94d910ff1..23154c4c68c 100644 --- a/users/item_calendar_events_item_instances_delta_response.go +++ b/users/item_calendar_events_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesDeltaResponse struct { ItemCalendarEventsItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemInstancesDeltaResponse()(*ItemCalendarEventsItemIn func CreateItemCalendarEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesDeltaResponseable interface { ItemCalendarEventsItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_events_item_instances_event_item_request_builder.go b/users/item_calendar_events_item_instances_event_item_request_builder.go index 15d15b9c8bc..e55e93c70d3 100644 --- a/users/item_calendar_events_item_instances_event_item_request_builder.go +++ b/users/item_calendar_events_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) Extensions()(*I func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarEventsItemInstancesItemForwardRequestBuilder) { return NewItemCalendarEventsItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) SnoozeReminder( func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go index 51361f77b34..a68d9fd1062 100644 --- a/users/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_events_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuild urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuil } return res.(ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuil } return res.(ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go b/users/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go index 964b94498b0..3007054a3ce 100644 --- a/users/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_events_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponse()(* func CreateItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go index ff57ae55c3f..27c587df042 100644 --- a/users/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_events_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardReques urlParams["request-raw-url"] = rawUrl return NewItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardReque } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 2f558f1ac64..974bec83632 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_item_instances_request_builder.go b/users/item_calendar_events_item_instances_request_builder.go index 4be70981f67..c1d67380e35 100644 --- a/users/item_calendar_events_item_instances_request_builder.go +++ b/users/item_calendar_events_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarEventsItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarEventsItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemInstancesRequestBuilder) Count()(*ItemCalendarEve func (m *ItemCalendarEventsItemInstancesRequestBuilder) Delta()(*ItemCalendarEventsItemInstancesDeltaRequestBuilder) { return NewItemCalendarEventsItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarEventsItemInstancesRequestBuilder) Get(ctx context.Context, } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarEventsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_events_request_builder.go b/users/item_calendar_events_request_builder.go index 3cdfa6efbab..b9a2b2b77fb 100644 --- a/users/item_calendar_events_request_builder.go +++ b/users/item_calendar_events_request_builder.go @@ -102,7 +102,7 @@ func (m *ItemCalendarEventsRequestBuilder) Get(ctx context.Context, requestConfi } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.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. +// 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. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -139,7 +139,7 @@ func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.C requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// 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. // returns a *RequestInformation when successful func (m *ItemCalendarEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, requestConfiguration *ItemCalendarEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendar/events", m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_get_schedule_request_builder.go b/users/item_calendar_get_schedule_request_builder.go index 754432e8d5b..45717933fac 100644 --- a/users/item_calendar_get_schedule_request_builder.go +++ b/users/item_calendar_get_schedule_request_builder.go @@ -31,7 +31,7 @@ func NewItemCalendarGetScheduleRequestBuilder(rawUrl string, requestAdapter i2ae 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead. // returns a ItemCalendarGetScheduleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_calendar_get_schedule_response.go b/users/item_calendar_get_schedule_response.go index ebcf3c0247f..ba47419caf9 100644 --- a/users/item_calendar_get_schedule_response.go +++ b/users/item_calendar_get_schedule_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead. type ItemCalendarGetScheduleResponse struct { ItemCalendarGetSchedulePostResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGetScheduleResponse()(*ItemCalendarGetScheduleResponse) { func CreateItemCalendarGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGetScheduleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead. type ItemCalendarGetScheduleResponseable interface { ItemCalendarGetSchedulePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go index 8f085bd510a..183109719a0 100644 --- a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go @@ -49,7 +49,7 @@ func NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRe return NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function allowedCalendarSharingRoles -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable, error) { diff --git a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go index 144a8ae806e..f724f98278d 100644 --- a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go +++ b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse struct { ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRe func CreateItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable interface { ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 446497d09bc..dc43e4d4db2 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder) Get } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder) Get } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go index 31286704d6c..99198b3a6cc 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponse()(*ItemCale func CreateItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go index 1a7ac4f1cd9..ab1b9b0a167 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesD urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go index 19ad1461daf..8c27d87877b 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesD func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go index d6d0c2db883..e3019f718fe 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesI urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go index 4034e8daff1..90137c89a5c 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesI urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go index 6b510183100..fada0f13079 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesI func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go index 2b08cff1780..b5047fd3a70 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go index 653d2676703..b3d39a48681 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesI urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go index ef3b90aa481..f1c28cd8e7f 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrences } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 2fd4ac1f289..882c06106be 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 86559020051..03e140c6793 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaReques } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaReques } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go index 1c04794a529..d4c32c2ae54 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRespons func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_event_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_event_item_request_builder.go index 7d9af339449..199bd1a137e 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_event_item_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRe func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRe func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go index cc53bf58386..b486ed8a6c0 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptio urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExcepti } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExcepti } return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go index 27b124679a5..e981e3d47e7 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptio func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go index f77de2511be..f9099607985 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptio urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExcepti } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 701fc3d76eb..dd4bb49c01b 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_request_builder.go index 9c6ff0d30d4..640e372ba8e 100644 --- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuil func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuilder) Delta()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuil } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 590db38b4bb..7a099928416 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemEventsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder) GetAsDelt } return res.(ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_delta_response.go b/users/item_calendar_groups_item_calendars_item_events_delta_response.go index 3332698d2ab..2a7ec186063 100644 --- a/users/item_calendar_groups_item_calendars_item_events_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_events_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsDeltaResponse()(*ItemCalendarGr func CreateItemCalendarGroupsItemCalendarsItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemEventsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_request_builder.go index 4ed4770a466..3b0a0898295 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRe urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaR } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaR } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_response.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_response.go index d11afa27ca5..b3cd912aba3 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaRe func CreateItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go index 7e023e2b06d..dbdc0196cb5 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemFor urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemFo } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go index 3ca0894223a..aa9846c46ec 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIns urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIn } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIn } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go index cb2b204427a..a00398b362a 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIns func CreateItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go index 69388fb064b..ed3e80b8a2a 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIn func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIn func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go index b7477e49195..371a160f170 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIns urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIn } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go index 218be7cfb46..d19238727a7 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIn func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemIn } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 1c439f03d31..1d25357a96f 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 3bed4796ddf..2f0b1dc018e 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuild } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuild } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go index f148dea4561..20af765b636 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponse()(*I func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_event_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_event_item_request_builder.go index 486f23cedfe..0ea838a5b4f 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_instances_event_item_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestB func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestB func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go index d3705192de9..e548fc03d8c 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccur urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccu } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccu } return res.(ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go index 15aecb5293f..69ccba3c184 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccur func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go index e592e121fc9..2b602ac2c2a 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccur urlParams["request-raw-url"] = rawUrl return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccu } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 cb0979704bb..5973e81309f 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_request_builder.go index 03cd20871ba..711c56ea257 100644 --- a/users/item_calendar_groups_item_calendars_item_events_item_instances_request_builder.go +++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilder) C func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilder) Delta()(*ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) { return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilder) G } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 64c7a445b78..0dde04d1c35 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 @@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Get(ctx contex } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.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. +// 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. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -139,7 +139,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToGetRequestIn requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// 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. // returns a *RequestInformation when successful func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events", m.BaseRequestBuilder.PathParameters) 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 4cbdb6263a6..f10ec46664b 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 @@ -31,7 +31,7 @@ func NewItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilder(rawUrl stri 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead. // returns a ItemCalendarGroupsItemCalendarsItemGetScheduleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_calendar_groups_item_calendars_item_get_schedule_response.go b/users/item_calendar_groups_item_calendars_item_get_schedule_response.go index 98ed6e6d3dd..f0d89672ae7 100644 --- a/users/item_calendar_groups_item_calendars_item_get_schedule_response.go +++ b/users/item_calendar_groups_item_calendars_item_get_schedule_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponseable instead. type ItemCalendarGroupsItemCalendarsItemGetScheduleResponse struct { ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponse } @@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemGetScheduleResponse()(*ItemCalendarGr func CreateItemCalendarGroupsItemCalendarsItemGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarGroupsItemCalendarsItemGetScheduleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponseable instead. type ItemCalendarGroupsItemCalendarsItemGetScheduleResponseable interface { ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_request_builder.go b/users/item_calendar_request_builder.go index 241977897a2..68fc9222ed8 100644 --- a/users/item_calendar_request_builder.go +++ b/users/item_calendar_request_builder.go @@ -18,7 +18,7 @@ type ItemCalendarRequestBuilderDeleteRequestConfiguration struct { // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// 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: +// 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: type ItemCalendarRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string `uriparametername:"%24select"` @@ -91,7 +91,7 @@ func (m *ItemCalendarRequestBuilder) Delete(ctx context.Context, requestConfigur 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: +// 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: // returns a Calendarable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -119,7 +119,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. +// 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. // returns a Calendarable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -153,7 +153,7 @@ func (m *ItemCalendarRequestBuilder) ToDeleteRequestInformation(ctx context.Cont requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, 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: +// 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: // returns a *RequestInformation when successful func (m *ItemCalendarRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) @@ -167,7 +167,7 @@ func (m *ItemCalendarRequestBuilder) ToGetRequestInformation(ctx context.Context requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// 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. // returns a *RequestInformation when successful func (m *ItemCalendarRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Calendarable, requestConfiguration *ItemCalendarRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/users/{user%2Did}/calendar", m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_delta_request_builder.go b/users/item_calendar_view_delta_request_builder.go index 42cea5c8809..e62cec53eaa 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_delta_response.go b/users/item_calendar_view_delta_response.go index 1b972d6a026..cb3702e23f0 100644 --- a/users/item_calendar_view_delta_response.go +++ b/users/item_calendar_view_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead. type ItemCalendarViewDeltaResponse struct { ItemCalendarViewDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewDeltaResponse()(*ItemCalendarViewDeltaResponse) { func CreateItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead. type ItemCalendarViewDeltaResponseable interface { ItemCalendarViewDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_view_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_view_item_exception_occurrences_delta_request_builder.go index 18c6274e9c4..2cc0edd7d91 100644 --- a/users/item_calendar_view_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_view_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder(rawUrl strin urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) Get(ctx co } return res.(ItemCalendarViewItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) GetAsDelta } return res.(ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_exception_occurrences_delta_response.go b/users/item_calendar_view_item_exception_occurrences_delta_response.go index 4e8dd7dfcce..a4dfb94744e 100644 --- a/users/item_calendar_view_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_view_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesDeltaResponse struct { ItemCalendarViewItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemExceptionOccurrencesDeltaResponse()(*ItemCalendarVie func CreateItemCalendarViewItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go index 46d477ce568..071521876c5 100644 --- a/users/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_view_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder(rawUrl urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) Post } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go index 7217fd09a8c..4f0c9e6458d 100644 --- a/users/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilde } return res.(ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilde } return res.(ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go b/users/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go index 61efe0de9c7..055f0e42de7 100644 --- a/users/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_calendar_view_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse()(*It func CreateItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go index 6c2f73a2640..6e0b1388fcd 100644 --- a/users/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBu func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBu func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go index fda5f36d7b7..47f92985247 100644 --- a/users/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestB urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequest } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go b/users/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go index ab66c41d3a4..3f998baa995 100644 --- a/users/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_calendar_view_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Co func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Ge } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_forward_request_builder.go b/users/item_calendar_view_item_forward_request_builder.go index 9f40ca50804..9206079f229 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 a6c6d8d17cb..ada60c8fccc 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGetResponse } return res.(ItemCalendarViewItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_instances_delta_response.go b/users/item_calendar_view_item_instances_delta_response.go index ebf699bd300..ec670956c32 100644 --- a/users/item_calendar_view_item_instances_delta_response.go +++ b/users/item_calendar_view_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesDeltaResponse struct { ItemCalendarViewItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemInstancesDeltaResponse()(*ItemCalendarViewItemInstan func CreateItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesDeltaResponseable interface { ItemCalendarViewItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_view_item_instances_event_item_request_builder.go b/users/item_calendar_view_item_instances_event_item_request_builder.go index 943e30f453d..204609b5614 100644 --- a/users/item_calendar_view_item_instances_event_item_request_builder.go +++ b/users/item_calendar_view_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) Extensions()(*Ite func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarViewItemInstancesItemForwardRequestBuilder) { return NewItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) SnoozeReminder()( func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go index dd599341a0a..2c9096e20ff 100644 --- a/users/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilde } return res.(ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilde } return res.(ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go b/users/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go index ef319f8f68c..448cc12021f 100644 --- a/users/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_calendar_view_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse()(*It func CreateItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go index e84f6a14f1d..77746941ead 100644 --- a/users/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestB urlParams["request-raw-url"] = rawUrl return NewItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequest } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 b1d973ce99f..a7edaa97861 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendar_view_item_instances_request_builder.go b/users/item_calendar_view_item_instances_request_builder.go index 5d81f016336..adc20f7b3f7 100644 --- a/users/item_calendar_view_item_instances_request_builder.go +++ b/users/item_calendar_view_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarViewItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarViewItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemInstancesRequestBuilder) Count()(*ItemCalendarViewI func (m *ItemCalendarViewItemInstancesRequestBuilder) Delta()(*ItemCalendarViewItemInstancesDeltaRequestBuilder) { return NewItemCalendarViewItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarViewItemInstancesRequestBuilder) Get(ctx context.Context, r } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarViewItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go index 606fafeb019..265d9d2a6bd 100644 --- a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go +++ b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go @@ -49,7 +49,7 @@ func NewItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilder(rawUr return NewItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function allowedCalendarSharingRoles -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead. // returns a ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable, error) { diff --git a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go index c51ad7c07bf..2839ba7ed6e 100644 --- a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go +++ b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse struct { ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse()(*ItemCale func CreateItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead. type ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable interface { ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 94e77f3cca4..9cc977caf88 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemCalendarViewDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemCalendarViewDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemCalendarViewDeltaRequestBuilder) GetAsDeltaGetResponse } return res.(ItemCalendarsItemCalendarViewDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_delta_response.go b/users/item_calendars_item_calendar_view_delta_response.go index cb8625f5dde..0ad4d130b40 100644 --- a/users/item_calendars_item_calendar_view_delta_response.go +++ b/users/item_calendars_item_calendar_view_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewDeltaResponse struct { ItemCalendarsItemCalendarViewDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemCalendarViewDeltaResponse()(*ItemCalendarsItemCalendarV func CreateItemCalendarsItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemCalendarViewDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewDeltaResponseable interface { ItemCalendarsItemCalendarViewDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go index d1879a1cac6..4c7f39e3b58 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilde } return res.(ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilde } return res.(ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go index 828517354b7..b0539494d04 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponse struct { ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponse()(*It func CreateItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarsItemCalendarViewItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go index b9d5c02fcb1..dca03f83ea2 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequestB urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequest } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go index 0d5c729e3e6..b958974f261 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaR urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDelta } return res.(ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDelta } return res.(ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go index 4c88a40d5fa..a846e704f31 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaR func CreateItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go index 08bb47814ac..b2b537584d7 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEvent func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEvent func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go index 04525bef749..9c837db98c0 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemFo urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemF } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go index 7fea6576080..df8927b51da 100644 --- a/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesReque func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesReque } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 930bd0eeeab..ac7d37e368b 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 7732034af7b..c0764757e44 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemCalendarViewItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) GetAsDel } return res.(ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_instances_delta_response.go b/users/item_calendars_item_calendar_view_item_instances_delta_response.go index 840eef9a171..e22c42e9c7f 100644 --- a/users/item_calendars_item_calendar_view_item_instances_delta_response.go +++ b/users/item_calendars_item_calendar_view_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemInstancesDeltaResponse struct { ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesDeltaResponse()(*ItemCalendars func CreateItemCalendarsItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemCalendarViewItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemInstancesDeltaResponseable interface { ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_calendar_view_item_instances_event_item_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_event_item_request_builder.go index 503084fe36f..498a2d2d4bc 100644 --- a/users/item_calendars_item_calendar_view_item_instances_event_item_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) Exte func (m *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) { return NewItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) Snoo func (m *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go index d332d36de4a..5c1ca7c8b5f 100644 --- a/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaR urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDelta } return res.(ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDelta } return res.(ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go b/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go index 2d6d3a61567..604fd27215e 100644 --- a/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaR func CreateItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go index ef953dedaa6..3c212ee061f 100644 --- a/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemFo urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemF } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 c03740cfd47..f554a9e2576 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_calendar_view_item_instances_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_request_builder.go index d5b708268e6..f60ab9f9d99 100644 --- a/users/item_calendars_item_calendar_view_item_instances_request_builder.go +++ b/users/item_calendars_item_calendar_view_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemCalendarViewItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesRequestBuilder) Count()(*Item func (m *ItemCalendarsItemCalendarViewItemInstancesRequestBuilder) Delta()(*ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) { return NewItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesRequestBuilder) Get(ctx conte } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemCalendarViewItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_delta_request_builder.go b/users/item_calendars_item_events_delta_request_builder.go index b70ee8605c2..01c04e4e47e 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemEventsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemEventsDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_delta_response.go b/users/item_calendars_item_events_delta_response.go index f080e512d83..8ad4ffb11db 100644 --- a/users/item_calendars_item_events_delta_response.go +++ b/users/item_calendars_item_events_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsDeltaGetResponseable instead. type ItemCalendarsItemEventsDeltaResponse struct { ItemCalendarsItemEventsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemEventsDeltaResponse()(*ItemCalendarsItemEventsDeltaResp func CreateItemCalendarsItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemEventsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsDeltaGetResponseable instead. type ItemCalendarsItemEventsDeltaResponseable interface { ItemCalendarsItemEventsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_events_item_exception_occurrences_delta_request_builder.go b/users/item_calendars_item_events_item_exception_occurrences_delta_request_builder.go index 437c0944e20..6454b8ef4da 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendars_item_events_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilder(rawUr urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilder) Get } return res.(ItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilder) Get } return res.(ItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_exception_occurrences_delta_response.go b/users/item_calendars_item_events_item_exception_occurrences_delta_response.go index 8fe3539273d..566441b1ce8 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_delta_response.go +++ b/users/item_calendars_item_events_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponse struct { ItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponse()(*ItemCale func CreateItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarsItemEventsItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go index d5b4a035d8a..d361a710a95 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendars_item_events_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilde } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go index f56e82366eb..e70c97d2d98 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequest urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaReques } return res.(ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaReques } return res.(ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go b/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go index 4215aa17843..b00ade5bbc5 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_calendars_item_events_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRespons func CreateItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go index ed46801611e..faae68918a8 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_calendars_item_events_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRe func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRe func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go index 731c7dfc1b7..4d54053da02 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_calendars_item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardR urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForward } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go b/users/item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go index 91ae63e2857..1ca9f6b5782 100644 --- a/users/item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_calendars_item_events_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuil func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuil } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 baa52a4af19..3c3bade7e5a 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 b52cffe078a..6f9317f739c 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemEventsItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemEventsItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetR } return res.(ItemCalendarsItemEventsItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_instances_delta_response.go b/users/item_calendars_item_events_item_instances_delta_response.go index 3c146e445b4..03779c2eaab 100644 --- a/users/item_calendars_item_events_item_instances_delta_response.go +++ b/users/item_calendars_item_events_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemInstancesDeltaResponse struct { ItemCalendarsItemEventsItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemEventsItemInstancesDeltaResponse()(*ItemCalendarsItemEv func CreateItemCalendarsItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemEventsItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemInstancesDeltaResponseable interface { ItemCalendarsItemEventsItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_events_item_instances_event_item_request_builder.go b/users/item_calendars_item_events_item_instances_event_item_request_builder.go index 3cb2bf936f9..b02597352af 100644 --- a/users/item_calendars_item_events_item_instances_event_item_request_builder.go +++ b/users/item_calendars_item_events_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemEventsItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) Extensions func (m *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) Forward()(*ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) { return NewItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) SnoozeRemi func (m *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go index b26a339364e..ed03a62aa97 100644 --- a/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequest urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaReques } return res.(ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaReques } return res.(ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go b/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go index 8af66f12aaa..fd124e1ff24 100644 --- a/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_calendars_item_events_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaRespons func CreateItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go index 3f545272d8e..c8cbfc6e03c 100644 --- a/users/item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_calendars_item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardR urlParams["request-raw-url"] = rawUrl return NewItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForward } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 9d039ef55c3..5325bce3bb4 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_item_instances_request_builder.go b/users/item_calendars_item_events_item_instances_request_builder.go index 2732ffcd178..6363c4c3aca 100644 --- a/users/item_calendars_item_events_item_instances_request_builder.go +++ b/users/item_calendars_item_events_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemCalendarsItemEventsItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemCalendarsItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemCalendarsItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemCalendarsItemEventsItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemCalendarsItemEventsItemInstancesRequestBuilder) Count()(*ItemCalend func (m *ItemCalendarsItemEventsItemInstancesRequestBuilder) Delta()(*ItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) { return NewItemCalendarsItemEventsItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemCalendarsItemEventsItemInstancesRequestBuilder) Get(ctx context.Con } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_events_request_builder.go b/users/item_calendars_item_events_request_builder.go index a45d34cbf01..f245687505f 100644 --- a/users/item_calendars_item_events_request_builder.go +++ b/users/item_calendars_item_events_request_builder.go @@ -102,7 +102,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) Get(ctx context.Context, request } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.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. +// 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. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -139,7 +139,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) ToGetRequestInformation(ctx cont requestInfo.Headers.TryAdd("Accept", "application/json") 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. +// 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. // returns a *RequestInformation when successful func (m *ItemCalendarsItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, requestConfiguration *ItemCalendarsItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events", m.BaseRequestBuilder.PathParameters) diff --git a/users/item_calendars_item_get_schedule_request_builder.go b/users/item_calendars_item_get_schedule_request_builder.go index 45560549d3a..a3ea81105e8 100644 --- a/users/item_calendars_item_get_schedule_request_builder.go +++ b/users/item_calendars_item_get_schedule_request_builder.go @@ -31,7 +31,7 @@ func NewItemCalendarsItemGetScheduleRequestBuilder(rawUrl string, requestAdapter 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead. // returns a ItemCalendarsItemGetScheduleResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_calendars_item_get_schedule_response.go b/users/item_calendars_item_get_schedule_response.go index 7762373c814..74749236568 100644 --- a/users/item_calendars_item_get_schedule_response.go +++ b/users/item_calendars_item_get_schedule_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemGetSchedulePostResponseable instead. type ItemCalendarsItemGetScheduleResponse struct { ItemCalendarsItemGetSchedulePostResponse } @@ -20,7 +20,7 @@ func NewItemCalendarsItemGetScheduleResponse()(*ItemCalendarsItemGetScheduleResp func CreateItemCalendarsItemGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCalendarsItemGetScheduleResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCalendarsItemGetSchedulePostResponseable instead. type ItemCalendarsItemGetScheduleResponseable interface { ItemCalendarsItemGetSchedulePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_calendars_request_builder.go b/users/item_calendars_request_builder.go index d176d018ee5..61e2f09e799 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. +// ItemCalendarsRequestBuilderGetQueryParameters get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. type ItemCalendarsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,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. +// Get get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. // returns a CalendarCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -120,7 +120,7 @@ func (m *ItemCalendarsRequestBuilder) Post(ctx context.Context, body ie233ee762e } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.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. +// ToGetRequestInformation get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. // returns a *RequestInformation when successful func (m *ItemCalendarsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_chats_all_messages_request_builder.go b/users/item_chats_all_messages_request_builder.go index 01864616be5..f4682296163 100644 --- a/users/item_chats_all_messages_request_builder.go +++ b/users/item_chats_all_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemChatsAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemChatsAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function allMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAllMessagesGetResponse instead. // returns a ItemChatsAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChatsAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsAllMessagesRequestBuilderGetRequestConfiguration)(ItemChatsAllMessagesResponseable, error) { diff --git a/users/item_chats_all_messages_response.go b/users/item_chats_all_messages_response.go index bec16b7e1b4..f170ab20dbe 100644 --- a/users/item_chats_all_messages_response.go +++ b/users/item_chats_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsAllMessagesGetResponseable instead. type ItemChatsAllMessagesResponse struct { ItemChatsAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemChatsAllMessagesResponse()(*ItemChatsAllMessagesResponse) { func CreateItemChatsAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChatsAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsAllMessagesGetResponseable instead. type ItemChatsAllMessagesResponseable interface { ItemChatsAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_chats_get_all_messages_request_builder.go b/users/item_chats_get_all_messages_request_builder.go index f540e45fae9..fc0b1261d58 100644 --- a/users/item_chats_get_all_messages_request_builder.go +++ b/users/item_chats_get_all_messages_request_builder.go @@ -54,7 +54,7 @@ func NewItemChatsGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae return NewItemChatsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead. // returns a ItemChatsGetAllMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChatsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemChatsGetAllMessagesResponseable, error) { diff --git a/users/item_chats_get_all_messages_response.go b/users/item_chats_get_all_messages_response.go index f43a4d7a592..975fe4de79b 100644 --- a/users/item_chats_get_all_messages_response.go +++ b/users/item_chats_get_all_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsGetAllMessagesGetResponseable instead. type ItemChatsGetAllMessagesResponse struct { ItemChatsGetAllMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemChatsGetAllMessagesResponse()(*ItemChatsGetAllMessagesResponse) { func CreateItemChatsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChatsGetAllMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsGetAllMessagesGetResponseable instead. type ItemChatsGetAllMessagesResponseable interface { ItemChatsGetAllMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_chats_get_all_retained_messages_request_builder.go b/users/item_chats_get_all_retained_messages_request_builder.go index a25cce97e80..cff604f23e0 100644 --- a/users/item_chats_get_all_retained_messages_request_builder.go +++ b/users/item_chats_get_all_retained_messages_request_builder.go @@ -52,7 +52,7 @@ func NewItemChatsGetAllRetainedMessagesRequestBuilder(rawUrl string, requestAdap return NewItemChatsGetAllRetainedMessagesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRetainedMessages -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRetainedMessagesGetResponse instead. // returns a ItemChatsGetAllRetainedMessagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChatsGetAllRetainedMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsGetAllRetainedMessagesRequestBuilderGetRequestConfiguration)(ItemChatsGetAllRetainedMessagesResponseable, error) { diff --git a/users/item_chats_get_all_retained_messages_response.go b/users/item_chats_get_all_retained_messages_response.go index b9e68a2f66f..a7b61f0baa4 100644 --- a/users/item_chats_get_all_retained_messages_response.go +++ b/users/item_chats_get_all_retained_messages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsGetAllRetainedMessagesGetResponseable instead. type ItemChatsGetAllRetainedMessagesResponse struct { ItemChatsGetAllRetainedMessagesGetResponse } @@ -20,7 +20,7 @@ func NewItemChatsGetAllRetainedMessagesResponse()(*ItemChatsGetAllRetainedMessag func CreateItemChatsGetAllRetainedMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChatsGetAllRetainedMessagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsGetAllRetainedMessagesGetResponseable instead. type ItemChatsGetAllRetainedMessagesResponseable interface { ItemChatsGetAllRetainedMessagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_chats_item_members_add_request_builder.go b/users/item_chats_item_members_add_request_builder.go index 5f840b8df02..717a0b72acb 100644 --- a/users/item_chats_item_members_add_request_builder.go +++ b/users/item_chats_item_members_add_request_builder.go @@ -31,7 +31,7 @@ func NewItemChatsItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead. // returns a ItemChatsItemMembersAddResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_chats_item_members_add_response.go b/users/item_chats_item_members_add_response.go index 3ff40681630..f473b527177 100644 --- a/users/item_chats_item_members_add_response.go +++ b/users/item_chats_item_members_add_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsItemMembersAddPostResponseable instead. type ItemChatsItemMembersAddResponse struct { ItemChatsItemMembersAddPostResponse } @@ -20,7 +20,7 @@ func NewItemChatsItemMembersAddResponse()(*ItemChatsItemMembersAddResponse) { func CreateItemChatsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChatsItemMembersAddResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsItemMembersAddPostResponseable instead. type ItemChatsItemMembersAddResponseable interface { ItemChatsItemMembersAddPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_chats_item_messages_delta_request_builder.go b/users/item_chats_item_messages_delta_request_builder.go index 0fccd48dd40..f6067fc2872 100644 --- a/users/item_chats_item_messages_delta_request_builder.go +++ b/users/item_chats_item_messages_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemChatsItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapter i return NewItemChatsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemChatsItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChatsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemChatsItemMessagesDeltaResponseable, error) { diff --git a/users/item_chats_item_messages_delta_response.go b/users/item_chats_item_messages_delta_response.go index 6e8468bd2c1..791f7be3813 100644 --- a/users/item_chats_item_messages_delta_response.go +++ b/users/item_chats_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsItemMessagesDeltaGetResponseable instead. type ItemChatsItemMessagesDeltaResponse struct { ItemChatsItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemChatsItemMessagesDeltaResponse()(*ItemChatsItemMessagesDeltaResponse func CreateItemChatsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChatsItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsItemMessagesDeltaGetResponseable instead. type ItemChatsItemMessagesDeltaResponseable interface { ItemChatsItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_chats_item_messages_item_replies_delta_request_builder.go b/users/item_chats_item_messages_item_replies_delta_request_builder.go index 87fa669455b..71f0f81baa5 100644 --- a/users/item_chats_item_messages_item_replies_delta_request_builder.go +++ b/users/item_chats_item_messages_item_replies_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemChatsItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string, reque return NewItemChatsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemChatsItemMessagesItemRepliesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemChatsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemChatsItemMessagesItemRepliesDeltaResponseable, error) { diff --git a/users/item_chats_item_messages_item_replies_delta_response.go b/users/item_chats_item_messages_item_replies_delta_response.go index f0a5d5d1e08..580819b647f 100644 --- a/users/item_chats_item_messages_item_replies_delta_response.go +++ b/users/item_chats_item_messages_item_replies_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemChatsItemMessagesItemRepliesDeltaResponse struct { ItemChatsItemMessagesItemRepliesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemChatsItemMessagesItemRepliesDeltaResponse()(*ItemChatsItemMessagesIt func CreateItemChatsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemChatsItemMessagesItemRepliesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemChatsItemMessagesItemRepliesDeltaGetResponseable instead. type ItemChatsItemMessagesItemRepliesDeltaResponseable interface { ItemChatsItemMessagesItemRepliesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_check_member_groups_request_builder.go b/users/item_check_member_groups_request_builder.go index 333be4162fe..f5a041a2812 100644 --- a/users/item_check_member_groups_request_builder.go +++ b/users/item_check_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. // returns a ItemCheckMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_check_member_groups_response.go b/users/item_check_member_groups_response.go index 4980fe46ded..e85a8daca6d 100644 --- a/users/item_check_member_groups_response.go +++ b/users/item_check_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponse struct { ItemCheckMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) { func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead. type ItemCheckMemberGroupsResponseable interface { ItemCheckMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_check_member_objects_request_builder.go b/users/item_check_member_objects_request_builder.go index 077561e44ad..01ed414b067 100644 --- a/users/item_check_member_objects_request_builder.go +++ b/users/item_check_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action checkMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. // returns a ItemCheckMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) { diff --git a/users/item_check_member_objects_response.go b/users/item_check_member_objects_response.go index ea70d7f482e..985f3c36199 100644 --- a/users/item_check_member_objects_response.go +++ b/users/item_check_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponse struct { ItemCheckMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) { func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCheckMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead. type ItemCheckMemberObjectsResponseable interface { ItemCheckMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_cloud_p_cs_bulk_resize_request_builder.go b/users/item_cloud_p_cs_bulk_resize_request_builder.go index 2632bed4108..e7b15ba8476 100644 --- a/users/item_cloud_p_cs_bulk_resize_request_builder.go +++ b/users/item_cloud_p_cs_bulk_resize_request_builder.go @@ -31,7 +31,7 @@ func NewItemCloudPCsBulkResizeRequestBuilder(rawUrl string, requestAdapter i2ae4 return NewItemCloudPCsBulkResizeRequestBuilderInternal(urlParams, requestAdapter) } // Post perform a bulk resize action to resize a group of cloudPCs that have successfully passed validation. If any devices can't be resized, those devices indicate 'resize failed'. The remaining devices are provisioned for the resize process. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsBulkResizePostResponse instead. // returns a ItemCloudPCsBulkResizeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_cloud_p_cs_bulk_resize_response.go b/users/item_cloud_p_cs_bulk_resize_response.go index c954a38003d..141466f8e61 100644 --- a/users/item_cloud_p_cs_bulk_resize_response.go +++ b/users/item_cloud_p_cs_bulk_resize_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsBulkResizePostResponseable instead. type ItemCloudPCsBulkResizeResponse struct { ItemCloudPCsBulkResizePostResponse } @@ -20,7 +20,7 @@ func NewItemCloudPCsBulkResizeResponse()(*ItemCloudPCsBulkResizeResponse) { func CreateItemCloudPCsBulkResizeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCloudPCsBulkResizeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsBulkResizePostResponseable instead. type ItemCloudPCsBulkResizeResponseable interface { ItemCloudPCsBulkResizePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go b/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go index 66306d09f82..bd0d91e2bcb 100644 --- a/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go +++ b/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_request_builder.go @@ -58,7 +58,7 @@ func NewItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBui return NewItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function getProvisionedCloudPCs -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponse instead. // returns a ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilderGetRequestConfiguration)(ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseable, error) { diff --git a/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go b/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go index 1677ffd7d78..88cfc0aa94f 100644 --- a/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go +++ b/users/item_cloud_p_cs_get_provisioned_cloud_p_cs_with_group_id_with_service_plan_id_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponseable instead. type ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponse struct { ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponse } @@ -20,7 +20,7 @@ func NewItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponse() func CreateItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponseable instead. type ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdResponseable interface { ItemCloudPCsGetProvisionedCloudPCsWithGroupIdWithServicePlanIdGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go b/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go index 34004b92df3..22cb1cfc190 100644 --- a/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go +++ b/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_request_builder.go @@ -46,7 +46,7 @@ func NewItemCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilder(rawUrl strin return NewItemCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCloudPcConnectivityHistory -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCloudPcConnectivityHistoryGetResponse instead. // returns a ItemCloudPCsItemGetCloudPcConnectivityHistoryResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCloudPCsItemGetCloudPcConnectivityHistoryRequestBuilderGetRequestConfiguration)(ItemCloudPCsItemGetCloudPcConnectivityHistoryResponseable, error) { diff --git a/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go b/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go index 40fdd0e0ab2..fd384812ae4 100644 --- a/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go +++ b/users/item_cloud_p_cs_item_get_cloud_pc_connectivity_history_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsItemGetCloudPcConnectivityHistoryGetResponseable instead. type ItemCloudPCsItemGetCloudPcConnectivityHistoryResponse struct { ItemCloudPCsItemGetCloudPcConnectivityHistoryGetResponse } @@ -20,7 +20,7 @@ func NewItemCloudPCsItemGetCloudPcConnectivityHistoryResponse()(*ItemCloudPCsIte func CreateItemCloudPCsItemGetCloudPcConnectivityHistoryResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCloudPCsItemGetCloudPcConnectivityHistoryResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsItemGetCloudPcConnectivityHistoryGetResponseable instead. type ItemCloudPCsItemGetCloudPcConnectivityHistoryResponseable interface { ItemCloudPCsItemGetCloudPcConnectivityHistoryGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go b/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go index 931e67b417b..307369e7ce5 100644 --- a/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go +++ b/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_request_builder.go @@ -46,7 +46,7 @@ func NewItemCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilder(rawUrl st return NewItemCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getSupportedCloudPcRemoteActions -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetSupportedCloudPcRemoteActionsGetResponse instead. // returns a ItemCloudPCsItemGetSupportedCloudPcRemoteActionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCloudPCsItemGetSupportedCloudPcRemoteActionsRequestBuilderGetRequestConfiguration)(ItemCloudPCsItemGetSupportedCloudPcRemoteActionsResponseable, error) { diff --git a/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go b/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go index cfe888fa274..ed70c94f519 100644 --- a/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go +++ b/users/item_cloud_p_cs_item_get_supported_cloud_pc_remote_actions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponseable instead. type ItemCloudPCsItemGetSupportedCloudPcRemoteActionsResponse struct { ItemCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponse } @@ -20,7 +20,7 @@ func NewItemCloudPCsItemGetSupportedCloudPcRemoteActionsResponse()(*ItemCloudPCs func CreateItemCloudPCsItemGetSupportedCloudPcRemoteActionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCloudPCsItemGetSupportedCloudPcRemoteActionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponseable instead. type ItemCloudPCsItemGetSupportedCloudPcRemoteActionsResponseable interface { ItemCloudPCsItemGetSupportedCloudPcRemoteActionsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_cloud_p_cs_validate_bulk_resize_request_builder.go b/users/item_cloud_p_cs_validate_bulk_resize_request_builder.go index 9ec3f8bbfd4..95182169887 100644 --- a/users/item_cloud_p_cs_validate_bulk_resize_request_builder.go +++ b/users/item_cloud_p_cs_validate_bulk_resize_request_builder.go @@ -31,7 +31,7 @@ func NewItemCloudPCsValidateBulkResizeRequestBuilder(rawUrl string, requestAdapt return NewItemCloudPCsValidateBulkResizeRequestBuilderInternal(urlParams, requestAdapter) } // Post validate that a set of cloudPC devices meet the requirements to be bulk resized. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsValidateBulkResizePostResponse instead. // returns a ItemCloudPCsValidateBulkResizeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_cloud_p_cs_validate_bulk_resize_response.go b/users/item_cloud_p_cs_validate_bulk_resize_response.go index 875da98a339..92ab0894b07 100644 --- a/users/item_cloud_p_cs_validate_bulk_resize_response.go +++ b/users/item_cloud_p_cs_validate_bulk_resize_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsValidateBulkResizePostResponseable instead. type ItemCloudPCsValidateBulkResizeResponse struct { ItemCloudPCsValidateBulkResizePostResponse } @@ -20,7 +20,7 @@ func NewItemCloudPCsValidateBulkResizeResponse()(*ItemCloudPCsValidateBulkResize func CreateItemCloudPCsValidateBulkResizeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemCloudPCsValidateBulkResizeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemCloudPCsValidateBulkResizePostResponseable instead. type ItemCloudPCsValidateBulkResizeResponseable interface { ItemCloudPCsValidateBulkResizePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_contact_folders_delta_request_builder.go b/users/item_contact_folders_delta_request_builder.go index 18c5fce89d8..d3b9a324d3f 100644 --- a/users/item_contact_folders_delta_request_builder.go +++ b/users/item_contact_folders_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemContactFoldersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemContactFoldersDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_contact_folders_delta_response.go b/users/item_contact_folders_delta_response.go index 6c55b74065f..e6f33969d91 100644 --- a/users/item_contact_folders_delta_response.go +++ b/users/item_contact_folders_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersDeltaGetResponseable instead. type ItemContactFoldersDeltaResponse struct { ItemContactFoldersDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemContactFoldersDeltaResponse()(*ItemContactFoldersDeltaResponse) { func CreateItemContactFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemContactFoldersDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersDeltaGetResponseable instead. type ItemContactFoldersDeltaResponseable interface { ItemContactFoldersDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 22c5f6ec5f6..d8d042a6266 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 @@ -52,7 +52,7 @@ func NewItemContactFoldersItemChildFoldersDeltaRequestBuilder(rawUrl string, req 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemContactFoldersItemChildFoldersDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_contact_folders_item_child_folders_delta_response.go b/users/item_contact_folders_item_child_folders_delta_response.go index 209b3fa74c6..0a7537d9255 100644 --- a/users/item_contact_folders_item_child_folders_delta_response.go +++ b/users/item_contact_folders_item_child_folders_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersDeltaGetResponseable instead. type ItemContactFoldersItemChildFoldersDeltaResponse struct { ItemContactFoldersItemChildFoldersDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemContactFoldersItemChildFoldersDeltaResponse()(*ItemContactFoldersIte func CreateItemContactFoldersItemChildFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemContactFoldersItemChildFoldersDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersDeltaGetResponseable instead. type ItemContactFoldersItemChildFoldersDeltaResponseable interface { ItemContactFoldersItemChildFoldersDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 69f2255e72e..f6aa65843db 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 @@ -52,7 +52,7 @@ func NewItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder(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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemContactFoldersItemChildFoldersItemContactsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go b/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go index 831126513c6..28e838ebc01 100644 --- a/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go +++ b/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponseable instead. type ItemContactFoldersItemChildFoldersItemContactsDeltaResponse struct { ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemContactFoldersItemChildFoldersItemContactsDeltaResponse()(*ItemConta func CreateItemContactFoldersItemChildFoldersItemContactsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemContactFoldersItemChildFoldersItemContactsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponseable instead. type ItemContactFoldersItemChildFoldersItemContactsDeltaResponseable interface { ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 fa0cdb9947b..f8a463bd90d 100644 --- a/users/item_contact_folders_item_contacts_delta_request_builder.go +++ b/users/item_contact_folders_item_contacts_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemContactFoldersItemContactsDeltaRequestBuilder(rawUrl string, request 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemContactFoldersItemContactsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_contact_folders_item_contacts_delta_response.go b/users/item_contact_folders_item_contacts_delta_response.go index 88de961dc58..7f2321b27f7 100644 --- a/users/item_contact_folders_item_contacts_delta_response.go +++ b/users/item_contact_folders_item_contacts_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersItemContactsDeltaGetResponseable instead. type ItemContactFoldersItemContactsDeltaResponse struct { ItemContactFoldersItemContactsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemContactFoldersItemContactsDeltaResponse()(*ItemContactFoldersItemCon func CreateItemContactFoldersItemContactsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemContactFoldersItemContactsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactFoldersItemContactsDeltaGetResponseable instead. type ItemContactFoldersItemContactsDeltaResponseable interface { ItemContactFoldersItemContactsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_contacts_delta_request_builder.go b/users/item_contacts_delta_request_builder.go index 2f9926284a4..cf1779641e5 100644 --- a/users/item_contacts_delta_request_builder.go +++ b/users/item_contacts_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemContactsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemContactsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_contacts_delta_response.go b/users/item_contacts_delta_response.go index 9c9efd5c7f9..056ea73cd40 100644 --- a/users/item_contacts_delta_response.go +++ b/users/item_contacts_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactsDeltaGetResponseable instead. type ItemContactsDeltaResponse struct { ItemContactsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemContactsDeltaResponse()(*ItemContactsDeltaResponse) { func CreateItemContactsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemContactsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemContactsDeltaGetResponseable instead. type ItemContactsDeltaResponseable interface { ItemContactsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_device_enrollment_configurations_has_payload_links_request_builder.go b/users/item_device_enrollment_configurations_has_payload_links_request_builder.go index 870a1137f01..f7f07bd8c57 100644 --- a/users/item_device_enrollment_configurations_has_payload_links_request_builder.go +++ b/users/item_device_enrollment_configurations_has_payload_links_request_builder.go @@ -31,7 +31,7 @@ func NewItemDeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilder(rawUrl s return NewItemDeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action hasPayloadLinks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsHasPayloadLinksPostResponse instead. // returns a ItemDeviceEnrollmentConfigurationsHasPayloadLinksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemDeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilder) Post(ctx context.Context, body ItemDeviceEnrollmentConfigurationsHasPayloadLinksPostRequestBodyable, requestConfiguration *ItemDeviceEnrollmentConfigurationsHasPayloadLinksRequestBuilderPostRequestConfiguration)(ItemDeviceEnrollmentConfigurationsHasPayloadLinksResponseable, error) { diff --git a/users/item_device_enrollment_configurations_has_payload_links_response.go b/users/item_device_enrollment_configurations_has_payload_links_response.go index 1642c9a565c..5d7783b860c 100644 --- a/users/item_device_enrollment_configurations_has_payload_links_response.go +++ b/users/item_device_enrollment_configurations_has_payload_links_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemDeviceEnrollmentConfigurationsHasPayloadLinksPostResponseable instead. type ItemDeviceEnrollmentConfigurationsHasPayloadLinksResponse struct { ItemDeviceEnrollmentConfigurationsHasPayloadLinksPostResponse } @@ -20,7 +20,7 @@ func NewItemDeviceEnrollmentConfigurationsHasPayloadLinksResponse()(*ItemDeviceE func CreateItemDeviceEnrollmentConfigurationsHasPayloadLinksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemDeviceEnrollmentConfigurationsHasPayloadLinksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemDeviceEnrollmentConfigurationsHasPayloadLinksPostResponseable instead. type ItemDeviceEnrollmentConfigurationsHasPayloadLinksResponseable interface { ItemDeviceEnrollmentConfigurationsHasPayloadLinksPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_devices_delta_request_builder.go b/users/item_devices_delta_request_builder.go index d42f4003d24..a5b7772f486 100644 --- a/users/item_devices_delta_request_builder.go +++ b/users/item_devices_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemDevicesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d return NewItemDevicesDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemDevicesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemDevicesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDevicesDeltaRequestBuilderGetRequestConfiguration)(ItemDevicesDeltaResponseable, error) { diff --git a/users/item_devices_delta_response.go b/users/item_devices_delta_response.go index 92d429cfe80..9ff214fb660 100644 --- a/users/item_devices_delta_response.go +++ b/users/item_devices_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemDevicesDeltaGetResponseable instead. type ItemDevicesDeltaResponse struct { ItemDevicesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemDevicesDeltaResponse()(*ItemDevicesDeltaResponse) { func CreateItemDevicesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemDevicesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemDevicesDeltaGetResponseable instead. type ItemDevicesDeltaResponseable interface { ItemDevicesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_events_delta_request_builder.go b/users/item_events_delta_request_builder.go index 2d4defc4dfe..c2036a2b0cf 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_delta_response.go b/users/item_events_delta_response.go index 22ec82504c3..33924b02f3e 100644 --- a/users/item_events_delta_response.go +++ b/users/item_events_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead. type ItemEventsDeltaResponse struct { ItemEventsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsDeltaResponse()(*ItemEventsDeltaResponse) { func CreateItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead. type ItemEventsDeltaResponseable interface { ItemEventsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_events_item_exception_occurrences_delta_request_builder.go b/users/item_events_item_exception_occurrences_delta_request_builder.go index 64570032a00..3e2c3f02b43 100644 --- a/users/item_events_item_exception_occurrences_delta_request_builder.go +++ b/users/item_events_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemEventsItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemEventsItemExceptionOccurrencesDeltaRequestBuilder(rawUrl string, req urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemEventsItemExceptionOccurrencesDeltaRequestBuilder) Get(ctx context. } return res.(ItemEventsItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemEventsItemExceptionOccurrencesDeltaRequestBuilder) GetAsDeltaGetRes } return res.(ItemEventsItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_exception_occurrences_delta_response.go b/users/item_events_item_exception_occurrences_delta_response.go index 9e3ba94b640..3a3824e3700 100644 --- a/users/item_events_item_exception_occurrences_delta_response.go +++ b/users/item_events_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesDeltaResponse struct { ItemEventsItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemExceptionOccurrencesDeltaResponse()(*ItemEventsItemExcepti func CreateItemEventsItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesDeltaResponseable interface { ItemEventsItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_events_item_exception_occurrences_item_forward_request_builder.go b/users/item_events_item_exception_occurrences_item_forward_request_builder.go index 128b33e82c2..d901d56deef 100644 --- a/users/item_events_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_events_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemEventsItemExceptionOccurrencesItemForwardRequestBuilder(rawUrl strin urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemForwardRequestBuilder) Post(ctx c } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_exception_occurrences_item_instances_delta_request_builder.go b/users/item_events_item_exception_occurrences_item_instances_delta_request_builder.go index dbda9c6f8df..6930df1ff25 100644 --- a/users/item_events_item_exception_occurrences_item_instances_delta_request_builder.go +++ b/users/item_events_item_exception_occurrences_item_instances_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder(rawUr urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) Get } return res.(ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) Get } return res.(ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_exception_occurrences_item_instances_delta_response.go b/users/item_events_item_exception_occurrences_item_instances_delta_response.go index 07f955cc727..fe3d71f0b11 100644 --- a/users/item_events_item_exception_occurrences_item_instances_delta_response.go +++ b/users/item_events_item_exception_occurrences_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse struct { ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse()(*ItemEven func CreateItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemExceptionOccurrencesItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable instead. type ItemEventsItemExceptionOccurrencesItemInstancesDeltaResponseable interface { ItemEventsItemExceptionOccurrencesItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go b/users/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go index 908f7b15adb..d19d654d16e 100644 --- a/users/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go +++ b/users/item_events_item_exception_occurrences_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -82,7 +82,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Forward()(*ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) { return NewItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -112,7 +112,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemEventsItemExceptionOccurrencesItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go b/users/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go index 252d76302e2..7fbbda4f939 100644 --- a/users/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go +++ b/users/item_events_item_exception_occurrences_item_instances_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilde } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemExceptionOccurrencesItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_exception_occurrences_item_instances_request_builder.go b/users/item_events_item_exception_occurrences_item_instances_request_builder.go index fd59ce83268..3ce9bae8302 100644 --- a/users/item_events_item_exception_occurrences_item_instances_request_builder.go +++ b/users/item_events_item_exception_occurrences_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Count()( func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Delta()(*ItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilder) { return NewItemEventsItemExceptionOccurrencesItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) Get(ctx } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExceptionOccurrencesItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_forward_request_builder.go b/users/item_events_item_forward_request_builder.go index e7a64399e16..272e612efab 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_instances_delta_request_builder.go b/users/item_events_item_instances_delta_request_builder.go index 0da4862d554..2daed00eeb7 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ 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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemInstancesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemInstancesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,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 one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_instances_delta_response.go b/users/item_events_item_instances_delta_response.go index a69aba4c549..4331e459d6e 100644 --- a/users/item_events_item_instances_delta_response.go +++ b/users/item_events_item_instances_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead. type ItemEventsItemInstancesDeltaResponse struct { ItemEventsItemInstancesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemInstancesDeltaResponse()(*ItemEventsItemInstancesDeltaResp func CreateItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemInstancesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead. type ItemEventsItemInstancesDeltaResponseable interface { ItemEventsItemInstancesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_events_item_instances_event_item_request_builder.go b/users/item_events_item_instances_event_item_request_builder.go index a5c039f44e5..38e93659f0a 100644 --- a/users/item_events_item_instances_event_item_request_builder.go +++ b/users/item_events_item_instances_event_item_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemInstancesEventItemRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemInstancesEventItemRequestBuilderGetQueryParameters struct { // The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 EndDateTime *string `uriparametername:"endDateTime"` @@ -87,7 +87,7 @@ func (m *ItemEventsItemInstancesEventItemRequestBuilder) Extensions()(*ItemEvent func (m *ItemEventsItemInstancesEventItemRequestBuilder) Forward()(*ItemEventsItemInstancesItemForwardRequestBuilder) { return NewItemEventsItemInstancesItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemEventsItemInstancesEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, error) { @@ -117,7 +117,7 @@ func (m *ItemEventsItemInstancesEventItemRequestBuilder) SnoozeReminder()(*ItemE func (m *ItemEventsItemInstancesEventItemRequestBuilder) TentativelyAccept()(*ItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) { return NewItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_instances_item_exception_occurrences_delta_request_builder.go b/users/item_events_item_instances_item_exception_occurrences_delta_request_builder.go index 4d577516f74..6c1dfb38aca 100644 --- a/users/item_events_item_instances_item_exception_occurrences_delta_request_builder.go +++ b/users/item_events_item_instances_item_exception_occurrences_delta_request_builder.go @@ -10,7 +10,7 @@ import ( type ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. type ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -55,8 +55,8 @@ func NewItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder(rawUr urlParams["request-raw-url"] = rawUrl return NewItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderInternal(urlParams, requestAdapter) } -// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Get get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -79,7 +79,7 @@ func (m *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) Get } return res.(ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable), nil } -// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// GetAsDeltaGetResponse get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -102,7 +102,7 @@ func (m *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) Get } return res.(ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable), nil } -// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. +// ToGetRequestInformation get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user's. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExceptionOccurrencesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_instances_item_exception_occurrences_delta_response.go b/users/item_events_item_instances_item_exception_occurrences_delta_response.go index bd74479deb7..23a73a579fb 100644 --- a/users/item_events_item_instances_item_exception_occurrences_delta_response.go +++ b/users/item_events_item_instances_item_exception_occurrences_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse struct { ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse()(*ItemEven func CreateItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemEventsItemInstancesItemExceptionOccurrencesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable instead. type ItemEventsItemInstancesItemExceptionOccurrencesDeltaResponseable interface { ItemEventsItemInstancesItemExceptionOccurrencesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go b/users/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go index efd11292a02..cf98e2ed0f7 100644 --- a/users/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go +++ b/users/item_events_item_instances_item_exception_occurrences_item_forward_request_builder.go @@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder urlParams["request-raw-url"] = rawUrl return NewItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderInternal(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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilde } 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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemExceptionOccurrencesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemExceptionOccurrencesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 cadd48a1abc..5759fb1ea69 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. +// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // @@ -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. +// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_item_instances_request_builder.go b/users/item_events_item_instances_request_builder.go index 8b6fb49be56..dede90b53ed 100644 --- a/users/item_events_item_instances_request_builder.go +++ b/users/item_events_item_instances_request_builder.go @@ -11,7 +11,7 @@ import ( type ItemEventsItemInstancesRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ItemEventsItemInstancesRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. type ItemEventsItemInstancesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -74,7 +74,7 @@ func (m *ItemEventsItemInstancesRequestBuilder) Count()(*ItemEventsItemInstances func (m *ItemEventsItemInstancesRequestBuilder) Delta()(*ItemEventsItemInstancesDeltaRequestBuilder) { return NewItemEventsItemInstancesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// Get the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a EventCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -97,7 +97,7 @@ func (m *ItemEventsItemInstancesRequestBuilder) Get(ctx context.Context, request } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. +// ToGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn't include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable. // returns a *RequestInformation when successful func (m *ItemEventsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_events_request_builder.go b/users/item_events_request_builder.go index 3cea77e7deb..f43584bb652 100644 --- a/users/item_events_request_builder.go +++ b/users/item_events_request_builder.go @@ -102,7 +102,7 @@ func (m *ItemEventsRequestBuilder) Get(ctx context.Context, requestConfiguration } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.EventCollectionResponseable), nil } -// Post create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because the start and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipmentlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejectsthe meeting request based on the free/busy schedule of the resource.If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource: +// Post create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because thestart and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipmentlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejectsthe meeting request based on the free/busy schedule of the resource.If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource: // returns a Eventable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -139,7 +139,7 @@ func (m *ItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToPostRequestInformation create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because the start and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipmentlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejectsthe meeting request based on the free/busy schedule of the resource.If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource: +// ToPostRequestInformation create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because thestart and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipmentlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejectsthe meeting request based on the free/busy schedule of the resource.If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource: // returns a *RequestInformation when successful func (m *ItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Eventable, requestConfiguration *ItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/events", m.BaseRequestBuilder.PathParameters) diff --git a/users/item_find_meeting_times_request_builder.go b/users/item_find_meeting_times_request_builder.go index 052d7a3740f..eef27a34829 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. +// 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. // returns a MeetingTimeSuggestionsResultable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -54,7 +54,7 @@ func (m *ItemFindMeetingTimesRequestBuilder) Post(ctx context.Context, body Item } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.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. +// 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. // returns a *RequestInformation when successful func (m *ItemFindMeetingTimesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemFindMeetingTimesPostRequestBodyable, requestConfiguration *ItemFindMeetingTimesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_find_room_lists_request_builder.go b/users/item_find_room_lists_request_builder.go index 55204c65e62..fcf6aa84a43 100644 --- a/users/item_find_room_lists_request_builder.go +++ b/users/item_find_room_lists_request_builder.go @@ -46,7 +46,7 @@ func NewItemFindRoomListsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7 return NewItemFindRoomListsRequestBuilderInternal(urlParams, requestAdapter) } // Get get the room lists defined in a tenant, as represented by their emailAddress objects. Tenants can organize meeting rooms into room lists. In this API, each meeting room and room list is represented by an emailAddress instance.You can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFindRoomListsGetResponse instead. // returns a ItemFindRoomListsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_find_room_lists_response.go b/users/item_find_room_lists_response.go index 75e60f0a817..c9d997a1eee 100644 --- a/users/item_find_room_lists_response.go +++ b/users/item_find_room_lists_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemFindRoomListsGetResponseable instead. type ItemFindRoomListsResponse struct { ItemFindRoomListsGetResponse } @@ -20,7 +20,7 @@ func NewItemFindRoomListsResponse()(*ItemFindRoomListsResponse) { func CreateItemFindRoomListsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemFindRoomListsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemFindRoomListsGetResponseable instead. type ItemFindRoomListsResponseable interface { ItemFindRoomListsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_find_rooms_request_builder.go b/users/item_find_rooms_request_builder.go index c911ea2b332..a798b78760f 100644 --- a/users/item_find_rooms_request_builder.go +++ b/users/item_find_rooms_request_builder.go @@ -46,7 +46,7 @@ func NewItemFindRoomsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee return NewItemFindRoomsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function findRooms -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFindRoomsGetResponse instead. // returns a ItemFindRoomsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemFindRoomsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemFindRoomsRequestBuilderGetRequestConfiguration)(ItemFindRoomsResponseable, error) { diff --git a/users/item_find_rooms_response.go b/users/item_find_rooms_response.go index c00e4714d84..0bf2130b707 100644 --- a/users/item_find_rooms_response.go +++ b/users/item_find_rooms_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemFindRoomsGetResponseable instead. type ItemFindRoomsResponse struct { ItemFindRoomsGetResponse } @@ -20,7 +20,7 @@ func NewItemFindRoomsResponse()(*ItemFindRoomsResponse) { func CreateItemFindRoomsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemFindRoomsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemFindRoomsGetResponseable instead. type ItemFindRoomsResponseable interface { ItemFindRoomsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_find_rooms_with_room_list_request_builder.go b/users/item_find_rooms_with_room_list_request_builder.go index 635d88ceb0b..2498ffcdddf 100644 --- a/users/item_find_rooms_with_room_list_request_builder.go +++ b/users/item_find_rooms_with_room_list_request_builder.go @@ -49,7 +49,7 @@ func NewItemFindRoomsWithRoomListRequestBuilder(rawUrl string, requestAdapter i2 return NewItemFindRoomsWithRoomListRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function findRooms -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFindRoomsWithRoomListGetResponse instead. // returns a ItemFindRoomsWithRoomListResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemFindRoomsWithRoomListRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemFindRoomsWithRoomListRequestBuilderGetRequestConfiguration)(ItemFindRoomsWithRoomListResponseable, error) { diff --git a/users/item_find_rooms_with_room_list_response.go b/users/item_find_rooms_with_room_list_response.go index e504d78dfbc..ac9f3533f0b 100644 --- a/users/item_find_rooms_with_room_list_response.go +++ b/users/item_find_rooms_with_room_list_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemFindRoomsWithRoomListGetResponseable instead. type ItemFindRoomsWithRoomListResponse struct { ItemFindRoomsWithRoomListGetResponse } @@ -20,7 +20,7 @@ func NewItemFindRoomsWithRoomListResponse()(*ItemFindRoomsWithRoomListResponse) func CreateItemFindRoomsWithRoomListResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemFindRoomsWithRoomListResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemFindRoomsWithRoomListGetResponseable instead. type ItemFindRoomsWithRoomListResponseable interface { ItemFindRoomsWithRoomListGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_effective_device_enrollment_configurations_request_builder.go b/users/item_get_effective_device_enrollment_configurations_request_builder.go index 97401253cbc..090ec01ad67 100644 --- a/users/item_get_effective_device_enrollment_configurations_request_builder.go +++ b/users/item_get_effective_device_enrollment_configurations_request_builder.go @@ -52,7 +52,7 @@ func NewItemGetEffectiveDeviceEnrollmentConfigurationsRequestBuilder(rawUrl stri return NewItemGetEffectiveDeviceEnrollmentConfigurationsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getEffectiveDeviceEnrollmentConfigurations -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetEffectiveDeviceEnrollmentConfigurationsGetResponse instead. // returns a ItemGetEffectiveDeviceEnrollmentConfigurationsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetEffectiveDeviceEnrollmentConfigurationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetEffectiveDeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration)(ItemGetEffectiveDeviceEnrollmentConfigurationsResponseable, error) { diff --git a/users/item_get_effective_device_enrollment_configurations_response.go b/users/item_get_effective_device_enrollment_configurations_response.go index db3fefd554c..4e8a1122772 100644 --- a/users/item_get_effective_device_enrollment_configurations_response.go +++ b/users/item_get_effective_device_enrollment_configurations_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetEffectiveDeviceEnrollmentConfigurationsGetResponseable instead. type ItemGetEffectiveDeviceEnrollmentConfigurationsResponse struct { ItemGetEffectiveDeviceEnrollmentConfigurationsGetResponse } @@ -20,7 +20,7 @@ func NewItemGetEffectiveDeviceEnrollmentConfigurationsResponse()(*ItemGetEffecti func CreateItemGetEffectiveDeviceEnrollmentConfigurationsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetEffectiveDeviceEnrollmentConfigurationsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetEffectiveDeviceEnrollmentConfigurationsGetResponseable instead. type ItemGetEffectiveDeviceEnrollmentConfigurationsResponseable interface { ItemGetEffectiveDeviceEnrollmentConfigurationsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_logged_on_managed_devices_request_builder.go b/users/item_get_logged_on_managed_devices_request_builder.go index 5fa5424513e..9ff7f285c31 100644 --- a/users/item_get_logged_on_managed_devices_request_builder.go +++ b/users/item_get_logged_on_managed_devices_request_builder.go @@ -52,7 +52,7 @@ func NewItemGetLoggedOnManagedDevicesRequestBuilder(rawUrl string, requestAdapte return NewItemGetLoggedOnManagedDevicesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getLoggedOnManagedDevices -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetLoggedOnManagedDevicesGetResponse instead. // returns a ItemGetLoggedOnManagedDevicesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetLoggedOnManagedDevicesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetLoggedOnManagedDevicesRequestBuilderGetRequestConfiguration)(ItemGetLoggedOnManagedDevicesResponseable, error) { diff --git a/users/item_get_logged_on_managed_devices_response.go b/users/item_get_logged_on_managed_devices_response.go index 917617e2274..760d267be45 100644 --- a/users/item_get_logged_on_managed_devices_response.go +++ b/users/item_get_logged_on_managed_devices_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetLoggedOnManagedDevicesGetResponseable instead. type ItemGetLoggedOnManagedDevicesResponse struct { ItemGetLoggedOnManagedDevicesGetResponse } @@ -20,7 +20,7 @@ func NewItemGetLoggedOnManagedDevicesResponse()(*ItemGetLoggedOnManagedDevicesRe func CreateItemGetLoggedOnManagedDevicesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetLoggedOnManagedDevicesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetLoggedOnManagedDevicesGetResponseable instead. type ItemGetLoggedOnManagedDevicesResponseable interface { ItemGetLoggedOnManagedDevicesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_mail_tips_request_builder.go b/users/item_get_mail_tips_request_builder.go index 440f4053bf9..2881f52ca6f 100644 --- a/users/item_get_mail_tips_request_builder.go +++ b/users/item_get_mail_tips_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMailTipsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMailTipsPostResponse instead. // returns a ItemGetMailTipsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_get_mail_tips_response.go b/users/item_get_mail_tips_response.go index f5e8ac079cd..43b6fb117e1 100644 --- a/users/item_get_mail_tips_response.go +++ b/users/item_get_mail_tips_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMailTipsPostResponseable instead. type ItemGetMailTipsResponse struct { ItemGetMailTipsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMailTipsResponse()(*ItemGetMailTipsResponse) { func CreateItemGetMailTipsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMailTipsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMailTipsPostResponseable instead. type ItemGetMailTipsResponseable interface { ItemGetMailTipsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_managed_app_diagnostic_statuses_request_builder.go b/users/item_get_managed_app_diagnostic_statuses_request_builder.go index 00897d1cf24..bafb04e1fd5 100644 --- a/users/item_get_managed_app_diagnostic_statuses_request_builder.go +++ b/users/item_get_managed_app_diagnostic_statuses_request_builder.go @@ -46,7 +46,7 @@ func NewItemGetManagedAppDiagnosticStatusesRequestBuilder(rawUrl string, request return NewItemGetManagedAppDiagnosticStatusesRequestBuilderInternal(urlParams, requestAdapter) } // Get gets diagnostics validation status for a given user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetManagedAppDiagnosticStatusesGetResponse instead. // returns a ItemGetManagedAppDiagnosticStatusesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetManagedAppDiagnosticStatusesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetManagedAppDiagnosticStatusesRequestBuilderGetRequestConfiguration)(ItemGetManagedAppDiagnosticStatusesResponseable, error) { diff --git a/users/item_get_managed_app_diagnostic_statuses_response.go b/users/item_get_managed_app_diagnostic_statuses_response.go index e99cae3295b..15d33efdbcb 100644 --- a/users/item_get_managed_app_diagnostic_statuses_response.go +++ b/users/item_get_managed_app_diagnostic_statuses_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedAppDiagnosticStatusesGetResponseable instead. type ItemGetManagedAppDiagnosticStatusesResponse struct { ItemGetManagedAppDiagnosticStatusesGetResponse } @@ -20,7 +20,7 @@ func NewItemGetManagedAppDiagnosticStatusesResponse()(*ItemGetManagedAppDiagnost func CreateItemGetManagedAppDiagnosticStatusesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetManagedAppDiagnosticStatusesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedAppDiagnosticStatusesGetResponseable instead. type ItemGetManagedAppDiagnosticStatusesResponseable interface { ItemGetManagedAppDiagnosticStatusesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_managed_app_policies_request_builder.go b/users/item_get_managed_app_policies_request_builder.go index 9481ac91f40..83d8519f5d1 100644 --- a/users/item_get_managed_app_policies_request_builder.go +++ b/users/item_get_managed_app_policies_request_builder.go @@ -52,7 +52,7 @@ func NewItemGetManagedAppPoliciesRequestBuilder(rawUrl string, requestAdapter i2 return NewItemGetManagedAppPoliciesRequestBuilderInternal(urlParams, requestAdapter) } // Get gets app restrictions for a given user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetManagedAppPoliciesGetResponse instead. // returns a ItemGetManagedAppPoliciesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetManagedAppPoliciesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetManagedAppPoliciesRequestBuilderGetRequestConfiguration)(ItemGetManagedAppPoliciesResponseable, error) { diff --git a/users/item_get_managed_app_policies_response.go b/users/item_get_managed_app_policies_response.go index b2ad32892f4..ed2e7d9ddd2 100644 --- a/users/item_get_managed_app_policies_response.go +++ b/users/item_get_managed_app_policies_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedAppPoliciesGetResponseable instead. type ItemGetManagedAppPoliciesResponse struct { ItemGetManagedAppPoliciesGetResponse } @@ -20,7 +20,7 @@ func NewItemGetManagedAppPoliciesResponse()(*ItemGetManagedAppPoliciesResponse) func CreateItemGetManagedAppPoliciesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetManagedAppPoliciesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedAppPoliciesGetResponseable instead. type ItemGetManagedAppPoliciesResponseable interface { ItemGetManagedAppPoliciesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_managed_devices_with_app_failures_request_builder.go b/users/item_get_managed_devices_with_app_failures_request_builder.go index 04354fa8769..219142fd460 100644 --- a/users/item_get_managed_devices_with_app_failures_request_builder.go +++ b/users/item_get_managed_devices_with_app_failures_request_builder.go @@ -46,7 +46,7 @@ func NewItemGetManagedDevicesWithAppFailuresRequestBuilder(rawUrl string, reques return NewItemGetManagedDevicesWithAppFailuresRequestBuilderInternal(urlParams, requestAdapter) } // Get retrieves the list of devices with failed apps -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetManagedDevicesWithAppFailuresGetResponse instead. // returns a ItemGetManagedDevicesWithAppFailuresResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetManagedDevicesWithAppFailuresRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetManagedDevicesWithAppFailuresRequestBuilderGetRequestConfiguration)(ItemGetManagedDevicesWithAppFailuresResponseable, error) { diff --git a/users/item_get_managed_devices_with_app_failures_response.go b/users/item_get_managed_devices_with_app_failures_response.go index 52e8240afa6..162e9e7a63d 100644 --- a/users/item_get_managed_devices_with_app_failures_response.go +++ b/users/item_get_managed_devices_with_app_failures_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedDevicesWithAppFailuresGetResponseable instead. type ItemGetManagedDevicesWithAppFailuresResponse struct { ItemGetManagedDevicesWithAppFailuresGetResponse } @@ -20,7 +20,7 @@ func NewItemGetManagedDevicesWithAppFailuresResponse()(*ItemGetManagedDevicesWit func CreateItemGetManagedDevicesWithAppFailuresResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetManagedDevicesWithAppFailuresResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedDevicesWithAppFailuresGetResponseable instead. type ItemGetManagedDevicesWithAppFailuresResponseable interface { ItemGetManagedDevicesWithAppFailuresGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_managed_devices_with_failed_or_pending_apps_request_builder.go b/users/item_get_managed_devices_with_failed_or_pending_apps_request_builder.go index 8bd0c732cc2..68b6c2e8819 100644 --- a/users/item_get_managed_devices_with_failed_or_pending_apps_request_builder.go +++ b/users/item_get_managed_devices_with_failed_or_pending_apps_request_builder.go @@ -46,7 +46,7 @@ func NewItemGetManagedDevicesWithFailedOrPendingAppsRequestBuilder(rawUrl string return NewItemGetManagedDevicesWithFailedOrPendingAppsRequestBuilderInternal(urlParams, requestAdapter) } // Get retrieves the list of devices with failed or pending apps -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetManagedDevicesWithFailedOrPendingAppsGetResponse instead. // returns a ItemGetManagedDevicesWithFailedOrPendingAppsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetManagedDevicesWithFailedOrPendingAppsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetManagedDevicesWithFailedOrPendingAppsRequestBuilderGetRequestConfiguration)(ItemGetManagedDevicesWithFailedOrPendingAppsResponseable, error) { diff --git a/users/item_get_managed_devices_with_failed_or_pending_apps_response.go b/users/item_get_managed_devices_with_failed_or_pending_apps_response.go index a04910ca161..8391f5390ff 100644 --- a/users/item_get_managed_devices_with_failed_or_pending_apps_response.go +++ b/users/item_get_managed_devices_with_failed_or_pending_apps_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedDevicesWithFailedOrPendingAppsGetResponseable instead. type ItemGetManagedDevicesWithFailedOrPendingAppsResponse struct { ItemGetManagedDevicesWithFailedOrPendingAppsGetResponse } @@ -20,7 +20,7 @@ func NewItemGetManagedDevicesWithFailedOrPendingAppsResponse()(*ItemGetManagedDe func CreateItemGetManagedDevicesWithFailedOrPendingAppsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetManagedDevicesWithFailedOrPendingAppsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetManagedDevicesWithFailedOrPendingAppsGetResponseable instead. type ItemGetManagedDevicesWithFailedOrPendingAppsResponseable interface { ItemGetManagedDevicesWithFailedOrPendingAppsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_member_groups_request_builder.go b/users/item_get_member_groups_request_builder.go index b51bb921e67..9781a14209b 100644 --- a/users/item_get_member_groups_request_builder.go +++ b/users/item_get_member_groups_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. // returns a ItemGetMemberGroupsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_get_member_groups_response.go b/users/item_get_member_groups_response.go index bac6a1f6586..eea5492c4b9 100644 --- a/users/item_get_member_groups_response.go +++ b/users/item_get_member_groups_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponse struct { ItemGetMemberGroupsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) { func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberGroupsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead. type ItemGetMemberGroupsResponseable interface { ItemGetMemberGroupsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_member_objects_request_builder.go b/users/item_get_member_objects_request_builder.go index 97a0066859f..c34b4b84b1c 100644 --- a/users/item_get_member_objects_request_builder.go +++ b/users/item_get_member_objects_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418 return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action getMemberObjects -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. // returns a ItemGetMemberObjectsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemGetMemberObjectsResponseable, error) { diff --git a/users/item_get_member_objects_response.go b/users/item_get_member_objects_response.go index 29bf1b0fbf3..ca1a1aa7647 100644 --- a/users/item_get_member_objects_response.go +++ b/users/item_get_member_objects_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponse struct { ItemGetMemberObjectsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) { func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetMemberObjectsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead. type ItemGetMemberObjectsResponseable interface { ItemGetMemberObjectsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_get_password_single_sign_on_credentials_request_builder.go b/users/item_get_password_single_sign_on_credentials_request_builder.go index 78d01526456..af5897495cb 100644 --- a/users/item_get_password_single_sign_on_credentials_request_builder.go +++ b/users/item_get_password_single_sign_on_credentials_request_builder.go @@ -31,7 +31,7 @@ func NewItemGetPasswordSingleSignOnCredentialsRequestBuilder(rawUrl string, requ return NewItemGetPasswordSingleSignOnCredentialsRequestBuilderInternal(urlParams, requestAdapter) } // Post get the list of password-based single sign-on credentials for a given user. This API returns the encrypted passwords as null or empty strings. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsGetPasswordSingleSignOnCredentialsPostResponse instead. // returns a ItemGetPasswordSingleSignOnCredentialsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_get_password_single_sign_on_credentials_response.go b/users/item_get_password_single_sign_on_credentials_response.go index e351445a606..5b4bd7e0162 100644 --- a/users/item_get_password_single_sign_on_credentials_response.go +++ b/users/item_get_password_single_sign_on_credentials_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetPasswordSingleSignOnCredentialsPostResponseable instead. type ItemGetPasswordSingleSignOnCredentialsResponse struct { ItemGetPasswordSingleSignOnCredentialsPostResponse } @@ -20,7 +20,7 @@ func NewItemGetPasswordSingleSignOnCredentialsResponse()(*ItemGetPasswordSingleS func CreateItemGetPasswordSingleSignOnCredentialsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemGetPasswordSingleSignOnCredentialsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemGetPasswordSingleSignOnCredentialsPostResponseable instead. type ItemGetPasswordSingleSignOnCredentialsResponseable interface { ItemGetPasswordSingleSignOnCredentialsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_information_protection_policy_labels_evaluate_application_request_builder.go b/users/item_information_protection_policy_labels_evaluate_application_request_builder.go index e938148eb28..5970886f296 100644 --- a/users/item_information_protection_policy_labels_evaluate_application_request_builder.go +++ b/users/item_information_protection_policy_labels_evaluate_application_request_builder.go @@ -31,7 +31,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateApplicationRequestBuilder(r return NewItemInformationProtectionPolicyLabelsEvaluateApplicationRequestBuilderInternal(urlParams, requestAdapter) } // Post compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateApplicationPostResponse instead. // returns a ItemInformationProtectionPolicyLabelsEvaluateApplicationResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_information_protection_policy_labels_evaluate_application_response.go b/users/item_information_protection_policy_labels_evaluate_application_response.go index 2512f55e06d..1cedd90a287 100644 --- a/users/item_information_protection_policy_labels_evaluate_application_response.go +++ b/users/item_information_protection_policy_labels_evaluate_application_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateApplicationResponse struct { ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponse } @@ -20,7 +20,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateApplicationResponse()(*Item func CreateItemInformationProtectionPolicyLabelsEvaluateApplicationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemInformationProtectionPolicyLabelsEvaluateApplicationResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateApplicationResponseable interface { ItemInformationProtectionPolicyLabelsEvaluateApplicationPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go b/users/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go index 1909757a96f..1a1fc8269b0 100644 --- a/users/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go +++ b/users/item_information_protection_policy_labels_evaluate_classification_results_request_builder.go @@ -31,7 +31,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsReques return NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsRequestBuilderInternal(urlParams, requestAdapter) } // Post using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateClassificationResultsPostResponse instead. // returns a ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_information_protection_policy_labels_evaluate_classification_results_response.go b/users/item_information_protection_policy_labels_evaluate_classification_results_response.go index 2e1d68a7756..148cdc2645c 100644 --- a/users/item_information_protection_policy_labels_evaluate_classification_results_response.go +++ b/users/item_information_protection_policy_labels_evaluate_classification_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponse struct { ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponse } @@ -20,7 +20,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsRespon func CreateItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsResponseable interface { ItemInformationProtectionPolicyLabelsEvaluateClassificationResultsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_information_protection_policy_labels_evaluate_removal_request_builder.go b/users/item_information_protection_policy_labels_evaluate_removal_request_builder.go index 9493b72dce0..543594d093b 100644 --- a/users/item_information_protection_policy_labels_evaluate_removal_request_builder.go +++ b/users/item_information_protection_policy_labels_evaluate_removal_request_builder.go @@ -31,7 +31,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateRemovalRequestBuilder(rawUr return NewItemInformationProtectionPolicyLabelsEvaluateRemovalRequestBuilderInternal(urlParams, requestAdapter) } // Post indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateRemovalPostResponse instead. // returns a ItemInformationProtectionPolicyLabelsEvaluateRemovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_information_protection_policy_labels_evaluate_removal_response.go b/users/item_information_protection_policy_labels_evaluate_removal_response.go index ea5488d3d74..b4d2d4c993c 100644 --- a/users/item_information_protection_policy_labels_evaluate_removal_response.go +++ b/users/item_information_protection_policy_labels_evaluate_removal_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateRemovalResponse struct { ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponse } @@ -20,7 +20,7 @@ func NewItemInformationProtectionPolicyLabelsEvaluateRemovalResponse()(*ItemInfo func CreateItemInformationProtectionPolicyLabelsEvaluateRemovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemInformationProtectionPolicyLabelsEvaluateRemovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable instead. type ItemInformationProtectionPolicyLabelsEvaluateRemovalResponseable interface { ItemInformationProtectionPolicyLabelsEvaluateRemovalPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_invalidate_all_refresh_tokens_request_builder.go b/users/item_invalidate_all_refresh_tokens_request_builder.go index b4237c7a96a..ceae80bd299 100644 --- a/users/item_invalidate_all_refresh_tokens_request_builder.go +++ b/users/item_invalidate_all_refresh_tokens_request_builder.go @@ -31,7 +31,7 @@ func NewItemInvalidateAllRefreshTokensRequestBuilder(rawUrl string, requestAdapt return NewItemInvalidateAllRefreshTokensRequestBuilderInternal(urlParams, requestAdapter) } // Post invalidates all of the user's refresh tokens issued to applications (as well as session cookies in a user's browser), by resetting the refreshTokensValidFromDateTime 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 would prevent access to any of the organization's data accessed through applications on the device without the user first being required to sign in again. In fact, this operation would force the user to sign in again for all applications that they have previously consented to, independent of device. For developers, if the application attempts to redeem a delegated access token for this user by using an invalidated refresh token, the application will get an error. If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint, which will force the user to sign in. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsInvalidateAllRefreshTokensPostResponse instead. // returns a ItemInvalidateAllRefreshTokensResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_invalidate_all_refresh_tokens_response.go b/users/item_invalidate_all_refresh_tokens_response.go index 5f98ac6379b..d143af07ae4 100644 --- a/users/item_invalidate_all_refresh_tokens_response.go +++ b/users/item_invalidate_all_refresh_tokens_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInvalidateAllRefreshTokensPostResponseable instead. type ItemInvalidateAllRefreshTokensResponse struct { ItemInvalidateAllRefreshTokensPostResponse } @@ -20,7 +20,7 @@ func NewItemInvalidateAllRefreshTokensResponse()(*ItemInvalidateAllRefreshTokens func CreateItemInvalidateAllRefreshTokensResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemInvalidateAllRefreshTokensResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemInvalidateAllRefreshTokensPostResponseable instead. type ItemInvalidateAllRefreshTokensResponseable interface { ItemInvalidateAllRefreshTokensPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_is_managed_app_user_blocked_request_builder.go b/users/item_is_managed_app_user_blocked_request_builder.go index 5404c8dd444..fa26d10bce9 100644 --- a/users/item_is_managed_app_user_blocked_request_builder.go +++ b/users/item_is_managed_app_user_blocked_request_builder.go @@ -31,7 +31,7 @@ func NewItemIsManagedAppUserBlockedRequestBuilder(rawUrl string, requestAdapter return NewItemIsManagedAppUserBlockedRequestBuilderInternal(urlParams, requestAdapter) } // Get gets the blocked state of a managed app user. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsIsManagedAppUserBlockedGetResponse instead. // returns a ItemIsManagedAppUserBlockedResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemIsManagedAppUserBlockedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemIsManagedAppUserBlockedRequestBuilderGetRequestConfiguration)(ItemIsManagedAppUserBlockedResponseable, error) { diff --git a/users/item_is_managed_app_user_blocked_response.go b/users/item_is_managed_app_user_blocked_response.go index eb6e1c15aa9..17c2f19b7bf 100644 --- a/users/item_is_managed_app_user_blocked_response.go +++ b/users/item_is_managed_app_user_blocked_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemIsManagedAppUserBlockedGetResponseable instead. type ItemIsManagedAppUserBlockedResponse struct { ItemIsManagedAppUserBlockedGetResponse } @@ -20,7 +20,7 @@ func NewItemIsManagedAppUserBlockedResponse()(*ItemIsManagedAppUserBlockedRespon func CreateItemIsManagedAppUserBlockedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemIsManagedAppUserBlockedResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemIsManagedAppUserBlockedGetResponseable instead. type ItemIsManagedAppUserBlockedResponseable interface { ItemIsManagedAppUserBlockedGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_joined_groups_delta_request_builder.go b/users/item_joined_groups_delta_request_builder.go index 8b6b005f569..b10c85ea0ee 100644 --- a/users/item_joined_groups_delta_request_builder.go +++ b/users/item_joined_groups_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemJoinedGroupsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41 return NewItemJoinedGroupsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemJoinedGroupsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemJoinedGroupsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedGroupsDeltaRequestBuilderGetRequestConfiguration)(ItemJoinedGroupsDeltaResponseable, error) { diff --git a/users/item_joined_groups_delta_response.go b/users/item_joined_groups_delta_response.go index a507b60b312..913ddf1a587 100644 --- a/users/item_joined_groups_delta_response.go +++ b/users/item_joined_groups_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemJoinedGroupsDeltaGetResponseable instead. type ItemJoinedGroupsDeltaResponse struct { ItemJoinedGroupsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemJoinedGroupsDeltaResponse()(*ItemJoinedGroupsDeltaResponse) { func CreateItemJoinedGroupsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemJoinedGroupsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemJoinedGroupsDeltaGetResponseable instead. type ItemJoinedGroupsDeltaResponseable interface { ItemJoinedGroupsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_mail_folders_delta_request_builder.go b/users/item_mail_folders_delta_request_builder.go index a4194edf4a4..9e2894c2886 100644 --- a/users/item_mail_folders_delta_request_builder.go +++ b/users/item_mail_folders_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemMailFoldersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae418 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemMailFoldersDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_mail_folders_delta_response.go b/users/item_mail_folders_delta_response.go index d23a11ee6e4..4e65a40f188 100644 --- a/users/item_mail_folders_delta_response.go +++ b/users/item_mail_folders_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersDeltaGetResponseable instead. type ItemMailFoldersDeltaResponse struct { ItemMailFoldersDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemMailFoldersDeltaResponse()(*ItemMailFoldersDeltaResponse) { func CreateItemMailFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMailFoldersDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersDeltaGetResponseable instead. type ItemMailFoldersDeltaResponseable interface { ItemMailFoldersDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 e13040ec881..0bbc20d9e8d 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 @@ -52,7 +52,7 @@ func NewItemMailFoldersItemChildFoldersDeltaRequestBuilder(rawUrl string, reques 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemMailFoldersItemChildFoldersDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_mail_folders_item_child_folders_delta_response.go b/users/item_mail_folders_item_child_folders_delta_response.go index 59b53d51353..dbda728505c 100644 --- a/users/item_mail_folders_item_child_folders_delta_response.go +++ b/users/item_mail_folders_item_child_folders_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersDeltaGetResponseable instead. type ItemMailFoldersItemChildFoldersDeltaResponse struct { ItemMailFoldersItemChildFoldersDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemMailFoldersItemChildFoldersDeltaResponse()(*ItemMailFoldersItemChild func CreateItemMailFoldersItemChildFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMailFoldersItemChildFoldersDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersDeltaGetResponseable instead. type ItemMailFoldersItemChildFoldersDeltaResponseable interface { ItemMailFoldersItemChildFoldersDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 4202ace23e2..fb782307ef7 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 @@ -54,7 +54,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder(rawUrl st 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemMailFoldersItemChildFoldersItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_mail_folders_item_child_folders_item_messages_delta_response.go b/users/item_mail_folders_item_child_folders_item_messages_delta_response.go index ce7bb205875..0562b6f84de 100644 --- a/users/item_mail_folders_item_child_folders_item_messages_delta_response.go +++ b/users/item_mail_folders_item_child_folders_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponseable instead. type ItemMailFoldersItemChildFoldersItemMessagesDeltaResponse struct { ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesDeltaResponse()(*ItemMailFold func CreateItemMailFoldersItemChildFoldersItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMailFoldersItemChildFoldersItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponseable instead. type ItemMailFoldersItemChildFoldersItemMessagesDeltaResponseable interface { ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 e850cb18064..58886c5a17c 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. +// ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects. type ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -75,12 +75,12 @@ 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. +// Get retrieve a list of attachment objects. // returns a AttachmentCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.AttachmentCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -121,7 +121,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilde } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Attachmentable), nil } -// ToGetRequestInformation retrieve a list of attachment objects attached to a message. +// ToGetRequestInformation retrieve a list of attachment objects. // returns a *RequestInformation when successful func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) 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 d70d4db74b6..240310f0e92 100644 --- a/users/item_mail_folders_item_messages_delta_request_builder.go +++ b/users/item_mail_folders_item_messages_delta_request_builder.go @@ -54,7 +54,7 @@ func NewItemMailFoldersItemMessagesDeltaRequestBuilder(rawUrl string, requestAda 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemMailFoldersItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_mail_folders_item_messages_delta_response.go b/users/item_mail_folders_item_messages_delta_response.go index 2f2a461802d..6c6e2f33a1f 100644 --- a/users/item_mail_folders_item_messages_delta_response.go +++ b/users/item_mail_folders_item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersItemMessagesDeltaGetResponseable instead. type ItemMailFoldersItemMessagesDeltaResponse struct { ItemMailFoldersItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemMailFoldersItemMessagesDeltaResponse()(*ItemMailFoldersItemMessagesD func CreateItemMailFoldersItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMailFoldersItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMailFoldersItemMessagesDeltaGetResponseable instead. type ItemMailFoldersItemMessagesDeltaResponseable interface { ItemMailFoldersItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable 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 6a9ddb849ad..10a7a86aff6 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. +// ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects. type ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -75,12 +75,12 @@ 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. +// Get retrieve a list of attachment objects. // returns a AttachmentCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.AttachmentCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -121,7 +121,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Post(ctx cont } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Attachmentable), nil } -// ToGetRequestInformation retrieve a list of attachment objects attached to a message. +// ToGetRequestInformation retrieve a list of attachment objects. // returns a *RequestInformation when successful func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_managed_devices_app_diagnostics_with_upn_request_builder.go b/users/item_managed_devices_app_diagnostics_with_upn_request_builder.go index d5ced2566ad..9d2654003d0 100644 --- a/users/item_managed_devices_app_diagnostics_with_upn_request_builder.go +++ b/users/item_managed_devices_app_diagnostics_with_upn_request_builder.go @@ -49,7 +49,7 @@ func NewItemManagedDevicesAppDiagnosticsWithUpnRequestBuilder(rawUrl string, req return NewItemManagedDevicesAppDiagnosticsWithUpnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function appDiagnostics -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsAppDiagnosticsWithUpnGetResponse instead. // returns a ItemManagedDevicesAppDiagnosticsWithUpnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemManagedDevicesAppDiagnosticsWithUpnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemManagedDevicesAppDiagnosticsWithUpnRequestBuilderGetRequestConfiguration)(ItemManagedDevicesAppDiagnosticsWithUpnResponseable, error) { diff --git a/users/item_managed_devices_app_diagnostics_with_upn_response.go b/users/item_managed_devices_app_diagnostics_with_upn_response.go index c235ba5cdce..4e6f0f92874 100644 --- a/users/item_managed_devices_app_diagnostics_with_upn_response.go +++ b/users/item_managed_devices_app_diagnostics_with_upn_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesAppDiagnosticsWithUpnGetResponseable instead. type ItemManagedDevicesAppDiagnosticsWithUpnResponse struct { ItemManagedDevicesAppDiagnosticsWithUpnGetResponse } @@ -20,7 +20,7 @@ func NewItemManagedDevicesAppDiagnosticsWithUpnResponse()(*ItemManagedDevicesApp func CreateItemManagedDevicesAppDiagnosticsWithUpnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemManagedDevicesAppDiagnosticsWithUpnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesAppDiagnosticsWithUpnGetResponseable instead. type ItemManagedDevicesAppDiagnosticsWithUpnResponseable interface { ItemManagedDevicesAppDiagnosticsWithUpnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go b/users/item_managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go index bbcd4968f3e..c72c1d15c9d 100644 --- a/users/item_managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go +++ b/users/item_managed_devices_item_get_cloud_pc_remote_action_results_request_builder.go @@ -46,7 +46,7 @@ func NewItemManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilder(rawUrl return NewItemManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getCloudPcRemoteActionResults -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetCloudPcRemoteActionResultsGetResponse instead. // returns a ItemManagedDevicesItemGetCloudPcRemoteActionResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemManagedDevicesItemGetCloudPcRemoteActionResultsRequestBuilderGetRequestConfiguration)(ItemManagedDevicesItemGetCloudPcRemoteActionResultsResponseable, error) { diff --git a/users/item_managed_devices_item_get_cloud_pc_remote_action_results_response.go b/users/item_managed_devices_item_get_cloud_pc_remote_action_results_response.go index ba276b53a01..22d4c19702b 100644 --- a/users/item_managed_devices_item_get_cloud_pc_remote_action_results_response.go +++ b/users/item_managed_devices_item_get_cloud_pc_remote_action_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable instead. type ItemManagedDevicesItemGetCloudPcRemoteActionResultsResponse struct { ItemManagedDevicesItemGetCloudPcRemoteActionResultsGetResponse } @@ -20,7 +20,7 @@ func NewItemManagedDevicesItemGetCloudPcRemoteActionResultsResponse()(*ItemManag func CreateItemManagedDevicesItemGetCloudPcRemoteActionResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemManagedDevicesItemGetCloudPcRemoteActionResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable instead. type ItemManagedDevicesItemGetCloudPcRemoteActionResultsResponseable interface { ItemManagedDevicesItemGetCloudPcRemoteActionResultsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_managed_devices_item_get_file_vault_key_request_builder.go b/users/item_managed_devices_item_get_file_vault_key_request_builder.go index a785cc73b0c..56243e84f99 100644 --- a/users/item_managed_devices_item_get_file_vault_key_request_builder.go +++ b/users/item_managed_devices_item_get_file_vault_key_request_builder.go @@ -31,7 +31,7 @@ func NewItemManagedDevicesItemGetFileVaultKeyRequestBuilder(rawUrl string, reque return NewItemManagedDevicesItemGetFileVaultKeyRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getFileVaultKey -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetFileVaultKeyGetResponse instead. // returns a ItemManagedDevicesItemGetFileVaultKeyResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemManagedDevicesItemGetFileVaultKeyRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemManagedDevicesItemGetFileVaultKeyRequestBuilderGetRequestConfiguration)(ItemManagedDevicesItemGetFileVaultKeyResponseable, error) { diff --git a/users/item_managed_devices_item_get_file_vault_key_response.go b/users/item_managed_devices_item_get_file_vault_key_response.go index 0a64c59ce36..eee1c0824ed 100644 --- a/users/item_managed_devices_item_get_file_vault_key_response.go +++ b/users/item_managed_devices_item_get_file_vault_key_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemGetFileVaultKeyGetResponseable instead. type ItemManagedDevicesItemGetFileVaultKeyResponse struct { ItemManagedDevicesItemGetFileVaultKeyGetResponse } @@ -20,7 +20,7 @@ func NewItemManagedDevicesItemGetFileVaultKeyResponse()(*ItemManagedDevicesItemG func CreateItemManagedDevicesItemGetFileVaultKeyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemManagedDevicesItemGetFileVaultKeyResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemGetFileVaultKeyGetResponseable instead. type ItemManagedDevicesItemGetFileVaultKeyResponseable interface { ItemManagedDevicesItemGetFileVaultKeyGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_managed_devices_item_get_non_compliant_settings_request_builder.go b/users/item_managed_devices_item_get_non_compliant_settings_request_builder.go index 189033ea390..34c0c4541cc 100644 --- a/users/item_managed_devices_item_get_non_compliant_settings_request_builder.go +++ b/users/item_managed_devices_item_get_non_compliant_settings_request_builder.go @@ -46,7 +46,7 @@ func NewItemManagedDevicesItemGetNonCompliantSettingsRequestBuilder(rawUrl strin return NewItemManagedDevicesItemGetNonCompliantSettingsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getNonCompliantSettings -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetNonCompliantSettingsGetResponse instead. // returns a ItemManagedDevicesItemGetNonCompliantSettingsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemManagedDevicesItemGetNonCompliantSettingsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemManagedDevicesItemGetNonCompliantSettingsRequestBuilderGetRequestConfiguration)(ItemManagedDevicesItemGetNonCompliantSettingsResponseable, error) { diff --git a/users/item_managed_devices_item_get_non_compliant_settings_response.go b/users/item_managed_devices_item_get_non_compliant_settings_response.go index 3bf61b05d5c..c56b5b72483 100644 --- a/users/item_managed_devices_item_get_non_compliant_settings_response.go +++ b/users/item_managed_devices_item_get_non_compliant_settings_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemGetNonCompliantSettingsGetResponseable instead. type ItemManagedDevicesItemGetNonCompliantSettingsResponse struct { ItemManagedDevicesItemGetNonCompliantSettingsGetResponse } @@ -20,7 +20,7 @@ func NewItemManagedDevicesItemGetNonCompliantSettingsResponse()(*ItemManagedDevi func CreateItemManagedDevicesItemGetNonCompliantSettingsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemManagedDevicesItemGetNonCompliantSettingsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemGetNonCompliantSettingsGetResponseable instead. type ItemManagedDevicesItemGetNonCompliantSettingsResponseable interface { ItemManagedDevicesItemGetNonCompliantSettingsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go index 22424a05dc8..e7f8d50f6ba 100644 --- a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go +++ b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go @@ -31,7 +31,7 @@ func NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestB return NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderInternal(urlParams, requestAdapter) } // Post invoke action createDownloadUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCreateDownloadUrlPostResponse instead. // returns a ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderPostRequestConfiguration)(ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable, error) { diff --git a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go index 07d92c77364..ec027d7a2f6 100644 --- a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go +++ b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead. type ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse struct { ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse } @@ -20,7 +20,7 @@ func NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse func CreateItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead. type ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable interface { ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_messages_delta_request_builder.go b/users/item_messages_delta_request_builder.go index 41737b676eb..81464ee290d 100644 --- a/users/item_messages_delta_request_builder.go +++ b/users/item_messages_delta_request_builder.go @@ -54,7 +54,7 @@ func NewItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemMessagesDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_messages_delta_response.go b/users/item_messages_delta_response.go index 1583f47fefb..7540cd03e03 100644 --- a/users/item_messages_delta_response.go +++ b/users/item_messages_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead. type ItemMessagesDeltaResponse struct { ItemMessagesDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemMessagesDeltaResponse()(*ItemMessagesDeltaResponse) { func CreateItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemMessagesDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead. type ItemMessagesDeltaResponseable interface { ItemMessagesDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_messages_item_attachments_request_builder.go b/users/item_messages_item_attachments_request_builder.go index 3da1a7b5773..d42b7918d22 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. +// ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects. type ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -75,12 +75,12 @@ 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. +// Get retrieve a list of attachment objects. // returns a AttachmentCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 func (m *ItemMessagesItemAttachmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.AttachmentCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -121,7 +121,7 @@ func (m *ItemMessagesItemAttachmentsRequestBuilder) Post(ctx context.Context, bo } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Attachmentable), nil } -// ToGetRequestInformation retrieve a list of attachment objects attached to a message. +// ToGetRequestInformation retrieve a list of attachment objects. // returns a *RequestInformation when successful func (m *ItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_messages_message_item_request_builder.go b/users/item_messages_message_item_request_builder.go index 8dbdfcdf7c0..637f6663f34 100644 --- a/users/item_messages_message_item_request_builder.go +++ b/users/item_messages_message_item_request_builder.go @@ -86,11 +86,11 @@ func (m *ItemMessagesMessageItemRequestBuilder) CreateReply()(*ItemMessagesItemC func (m *ItemMessagesMessageItemRequestBuilder) CreateReplyAll()(*ItemMessagesItemCreateReplyAllRequestBuilder) { return NewItemMessagesItemCreateReplyAllRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Delete delete eventMessage. +// Delete delete a message in the specified user's mailbox, or delete a relationship of the message. For example, you can delete a specific @-mention of the specified user in the message. // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-delete?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0 func (m *ItemMessagesMessageItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ItemMessagesMessageItemRequestBuilderDeleteRequestConfiguration)(error) { requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration); if err != nil { @@ -120,7 +120,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) Forward()(*ItemMessagesItemForwa // returns a ODataError error when the service returns a 4XX or 5XX status code // [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)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Messageable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -196,7 +196,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) ReplyAll()(*ItemMessagesItemRepl func (m *ItemMessagesMessageItemRequestBuilder) Send()(*ItemMessagesItemSendRequestBuilder) { return NewItemMessagesItemSendRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// ToDeleteRequestInformation delete eventMessage. +// ToDeleteRequestInformation delete a message in the specified user's mailbox, or delete a relationship of the message. For example, you can delete a specific @-mention of the specified user in the message. // returns a *RequestInformation when successful func (m *ItemMessagesMessageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesMessageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/users/{user%2Did}/messages/{message%2Did}", m.BaseRequestBuilder.PathParameters) diff --git a/users/item_messages_request_builder.go b/users/item_messages_request_builder.go index 67a6501ca43..88e4d169525 100644 --- a/users/item_messages_request_builder.go +++ b/users/item_messages_request_builder.go @@ -106,12 +106,12 @@ func (m *ItemMessagesRequestBuilder) Get(ctx context.Context, requestConfigurati } return res.(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.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.- Use a mention to call out another user in the new 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 action, or create a draft to forward, to reply or to reply-all to an existing message. +// 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. // returns a Messageable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [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 ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Messageable, requestConfiguration *ItemMessagesRequestBuilderPostRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Messageable, error) { requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -143,7 +143,7 @@ func (m *ItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context requestInfo.Headers.TryAdd("Accept", "application/json") 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.- Use a mention to call out another user in the new 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 action, or create a draft to forward, to reply or to reply-all to an existing message. +// 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. // returns a *RequestInformation when successful func (m *ItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Messageable, requestConfiguration *ItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/messages", m.BaseRequestBuilder.PathParameters) diff --git a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go index be3075acd0b..9dabf0ce88b 100644 --- a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go +++ b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go @@ -50,7 +50,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksReques return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function getRecentNotebooks -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead. // returns a ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) { diff --git a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go index 85f6b7c327c..d25aec03155 100644 --- a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go +++ b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct { ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse } @@ -20,7 +20,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRespon func CreateItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead. type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface { ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_online_meetings_get_all_recordings_request_builder.go b/users/item_online_meetings_get_all_recordings_request_builder.go index 8e04959eeee..8a27b0a11d5 100644 --- a/users/item_online_meetings_get_all_recordings_request_builder.go +++ b/users/item_online_meetings_get_all_recordings_request_builder.go @@ -52,7 +52,7 @@ func NewItemOnlineMeetingsGetAllRecordingsRequestBuilder(rawUrl string, requestA return NewItemOnlineMeetingsGetAllRecordingsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllRecordings -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllRecordingsGetResponse instead. // returns a ItemOnlineMeetingsGetAllRecordingsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnlineMeetingsGetAllRecordingsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsGetAllRecordingsRequestBuilderGetRequestConfiguration)(ItemOnlineMeetingsGetAllRecordingsResponseable, error) { diff --git a/users/item_online_meetings_get_all_recordings_response.go b/users/item_online_meetings_get_all_recordings_response.go index cc875898860..f2b24ed6542 100644 --- a/users/item_online_meetings_get_all_recordings_response.go +++ b/users/item_online_meetings_get_all_recordings_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsGetAllRecordingsGetResponseable instead. type ItemOnlineMeetingsGetAllRecordingsResponse struct { ItemOnlineMeetingsGetAllRecordingsGetResponse } @@ -20,7 +20,7 @@ func NewItemOnlineMeetingsGetAllRecordingsResponse()(*ItemOnlineMeetingsGetAllRe func CreateItemOnlineMeetingsGetAllRecordingsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnlineMeetingsGetAllRecordingsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsGetAllRecordingsGetResponseable instead. type ItemOnlineMeetingsGetAllRecordingsResponseable interface { ItemOnlineMeetingsGetAllRecordingsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_online_meetings_get_all_transcripts_request_builder.go b/users/item_online_meetings_get_all_transcripts_request_builder.go index ec39be703d3..5d58981e6f6 100644 --- a/users/item_online_meetings_get_all_transcripts_request_builder.go +++ b/users/item_online_meetings_get_all_transcripts_request_builder.go @@ -52,7 +52,7 @@ func NewItemOnlineMeetingsGetAllTranscriptsRequestBuilder(rawUrl string, request return NewItemOnlineMeetingsGetAllTranscriptsRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getAllTranscripts -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetAllTranscriptsGetResponse instead. // returns a ItemOnlineMeetingsGetAllTranscriptsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnlineMeetingsGetAllTranscriptsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsGetAllTranscriptsRequestBuilderGetRequestConfiguration)(ItemOnlineMeetingsGetAllTranscriptsResponseable, error) { diff --git a/users/item_online_meetings_get_all_transcripts_response.go b/users/item_online_meetings_get_all_transcripts_response.go index fbfdbac7f68..4d2c5420c0d 100644 --- a/users/item_online_meetings_get_all_transcripts_response.go +++ b/users/item_online_meetings_get_all_transcripts_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsGetAllTranscriptsGetResponseable instead. type ItemOnlineMeetingsGetAllTranscriptsResponse struct { ItemOnlineMeetingsGetAllTranscriptsGetResponse } @@ -20,7 +20,7 @@ func NewItemOnlineMeetingsGetAllTranscriptsResponse()(*ItemOnlineMeetingsGetAllT func CreateItemOnlineMeetingsGetAllTranscriptsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnlineMeetingsGetAllTranscriptsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsGetAllTranscriptsGetResponseable instead. type ItemOnlineMeetingsGetAllTranscriptsResponseable interface { ItemOnlineMeetingsGetAllTranscriptsGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go index e8e7772c02e..a84a464739c 100644 --- a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go +++ b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go @@ -31,7 +31,7 @@ func NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder(rawU return NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getVirtualAppointmentJoinWebUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead. // returns a ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable, error) { diff --git a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go index c50b11d4967..c0a39847854 100644 --- a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go +++ b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead. type ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse struct { ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse } @@ -20,7 +20,7 @@ func NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse()(*ItemOnl func CreateItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead. type ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable interface { ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_online_meetings_item_recordings_delta_request_builder.go b/users/item_online_meetings_item_recordings_delta_request_builder.go index 171a1f6eb21..447a6513747 100644 --- a/users/item_online_meetings_item_recordings_delta_request_builder.go +++ b/users/item_online_meetings_item_recordings_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemOnlineMeetingsItemRecordingsDeltaRequestBuilder(rawUrl string, reque return NewItemOnlineMeetingsItemRecordingsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemOnlineMeetingsItemRecordingsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnlineMeetingsItemRecordingsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemRecordingsDeltaRequestBuilderGetRequestConfiguration)(ItemOnlineMeetingsItemRecordingsDeltaResponseable, error) { diff --git a/users/item_online_meetings_item_recordings_delta_response.go b/users/item_online_meetings_item_recordings_delta_response.go index 5564b8902c6..1e97202ab4c 100644 --- a/users/item_online_meetings_item_recordings_delta_response.go +++ b/users/item_online_meetings_item_recordings_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemRecordingsDeltaGetResponseable instead. type ItemOnlineMeetingsItemRecordingsDeltaResponse struct { ItemOnlineMeetingsItemRecordingsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemOnlineMeetingsItemRecordingsDeltaResponse()(*ItemOnlineMeetingsItemR func CreateItemOnlineMeetingsItemRecordingsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnlineMeetingsItemRecordingsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemRecordingsDeltaGetResponseable instead. type ItemOnlineMeetingsItemRecordingsDeltaResponseable interface { ItemOnlineMeetingsItemRecordingsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_online_meetings_item_registration_request_builder.go b/users/item_online_meetings_item_registration_request_builder.go index a925de6e125..bcb39a5d3ec 100644 --- a/users/item_online_meetings_item_registration_request_builder.go +++ b/users/item_online_meetings_item_registration_request_builder.go @@ -18,7 +18,7 @@ type ItemOnlineMeetingsItemRegistrationRequestBuilderDeleteRequestConfiguration // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// ItemOnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// ItemOnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters get the externalMeetingRegistration details associated with an onlineMeeting. type ItemOnlineMeetingsItemRegistrationRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -78,12 +78,12 @@ func (m *ItemOnlineMeetingsItemRegistrationRequestBuilder) Delete(ctx context.Co } return nil } -// Get get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// Get get the externalMeetingRegistration details associated with an onlineMeeting. // returns a MeetingRegistrationable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0 func (m *ItemOnlineMeetingsItemRegistrationRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemRegistrationRequestBuilderGetRequestConfiguration)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.MeetingRegistrationable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -140,7 +140,7 @@ func (m *ItemOnlineMeetingsItemRegistrationRequestBuilder) ToDeleteRequestInform requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer. +// ToGetRequestInformation get the externalMeetingRegistration details associated with an onlineMeeting. // returns a *RequestInformation when successful func (m *ItemOnlineMeetingsItemRegistrationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemRegistrationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/users/item_online_meetings_item_transcripts_delta_request_builder.go b/users/item_online_meetings_item_transcripts_delta_request_builder.go index 330c8787612..3cc904c0b5f 100644 --- a/users/item_online_meetings_item_transcripts_delta_request_builder.go +++ b/users/item_online_meetings_item_transcripts_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemOnlineMeetingsItemTranscriptsDeltaRequestBuilder(rawUrl string, requ return NewItemOnlineMeetingsItemTranscriptsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemOnlineMeetingsItemTranscriptsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnlineMeetingsItemTranscriptsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsDeltaRequestBuilderGetRequestConfiguration)(ItemOnlineMeetingsItemTranscriptsDeltaResponseable, error) { diff --git a/users/item_online_meetings_item_transcripts_delta_response.go b/users/item_online_meetings_item_transcripts_delta_response.go index a01e1544a86..a731c8b7e40 100644 --- a/users/item_online_meetings_item_transcripts_delta_response.go +++ b/users/item_online_meetings_item_transcripts_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemTranscriptsDeltaGetResponseable instead. type ItemOnlineMeetingsItemTranscriptsDeltaResponse struct { ItemOnlineMeetingsItemTranscriptsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemOnlineMeetingsItemTranscriptsDeltaResponse()(*ItemOnlineMeetingsItem func CreateItemOnlineMeetingsItemTranscriptsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnlineMeetingsItemTranscriptsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemTranscriptsDeltaGetResponseable instead. type ItemOnlineMeetingsItemTranscriptsDeltaResponseable interface { ItemOnlineMeetingsItemTranscriptsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go b/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go index 18c4b59da79..38a1e045c4f 100644 --- a/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go +++ b/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_request_builder.go @@ -31,7 +31,7 @@ func NewItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBu return NewItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function getVirtualAppointmentJoinWebUrl -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead. // returns a ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable, error) { diff --git a/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go b/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go index 84a96b43cc3..b4008bab85c 100644 --- a/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go +++ b/users/item_online_meetings_with_join_web_url_get_virtual_appointment_join_web_url_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable instead. type ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse struct { ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponse } @@ -20,7 +20,7 @@ func NewItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse( func CreateItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable instead. type ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlResponseable interface { ItemOnlineMeetingsWithJoinWebUrlGetVirtualAppointmentJoinWebUrlGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_outlook_supported_languages_request_builder.go b/users/item_outlook_supported_languages_request_builder.go index 37638108991..33b6906d90d 100644 --- a/users/item_outlook_supported_languages_request_builder.go +++ b/users/item_outlook_supported_languages_request_builder.go @@ -46,7 +46,7 @@ func NewItemOutlookSupportedLanguagesRequestBuilder(rawUrl string, requestAdapte 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. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSupportedLanguagesGetResponse instead. // returns a ItemOutlookSupportedLanguagesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_outlook_supported_languages_response.go b/users/item_outlook_supported_languages_response.go index d1e531333a6..07b18b15ee6 100644 --- a/users/item_outlook_supported_languages_response.go +++ b/users/item_outlook_supported_languages_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookSupportedLanguagesGetResponseable instead. type ItemOutlookSupportedLanguagesResponse struct { ItemOutlookSupportedLanguagesGetResponse } @@ -20,7 +20,7 @@ func NewItemOutlookSupportedLanguagesResponse()(*ItemOutlookSupportedLanguagesRe func CreateItemOutlookSupportedLanguagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOutlookSupportedLanguagesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookSupportedLanguagesGetResponseable instead. type ItemOutlookSupportedLanguagesResponseable interface { ItemOutlookSupportedLanguagesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_outlook_supported_time_zones_request_builder.go b/users/item_outlook_supported_time_zones_request_builder.go index ac793bd1354..e6cb254972f 100644 --- a/users/item_outlook_supported_time_zones_request_builder.go +++ b/users/item_outlook_supported_time_zones_request_builder.go @@ -46,7 +46,7 @@ func NewItemOutlookSupportedTimeZonesRequestBuilder(rawUrl string, requestAdapte return NewItemOutlookSupportedTimeZonesRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function supportedTimeZones -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSupportedTimeZonesGetResponse instead. // returns a ItemOutlookSupportedTimeZonesResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOutlookSupportedTimeZonesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOutlookSupportedTimeZonesRequestBuilderGetRequestConfiguration)(ItemOutlookSupportedTimeZonesResponseable, error) { diff --git a/users/item_outlook_supported_time_zones_response.go b/users/item_outlook_supported_time_zones_response.go index 8de70d3652a..eb1ba94e350 100644 --- a/users/item_outlook_supported_time_zones_response.go +++ b/users/item_outlook_supported_time_zones_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesGetResponseable instead. type ItemOutlookSupportedTimeZonesResponse struct { ItemOutlookSupportedTimeZonesGetResponse } @@ -20,7 +20,7 @@ func NewItemOutlookSupportedTimeZonesResponse()(*ItemOutlookSupportedTimeZonesRe func CreateItemOutlookSupportedTimeZonesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOutlookSupportedTimeZonesResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesGetResponseable instead. type ItemOutlookSupportedTimeZonesResponseable interface { ItemOutlookSupportedTimeZonesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go b/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go index 4adaca45cd3..2525477a327 100644 --- a/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go +++ b/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go @@ -49,7 +49,7 @@ func NewItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilder(rawUrl s return NewItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function supportedTimeZones -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsSupportedTimeZonesWithTimeZoneStandardGetResponse instead. // returns a ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilderGetRequestConfiguration)(ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseable, error) { diff --git a/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go b/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go index c537ce337a8..34a06521085 100644 --- a/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go +++ b/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponseable instead. type ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponse struct { ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponse } @@ -20,7 +20,7 @@ func NewItemOutlookSupportedTimeZonesWithTimeZoneStandardResponse()(*ItemOutlook func CreateItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOutlookSupportedTimeZonesWithTimeZoneStandardResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponseable instead. type ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseable interface { ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_outlook_task_folders_item_tasks_item_complete_request_builder.go b/users/item_outlook_task_folders_item_tasks_item_complete_request_builder.go index f78f9ca0936..8356f0e03f7 100644 --- a/users/item_outlook_task_folders_item_tasks_item_complete_request_builder.go +++ b/users/item_outlook_task_folders_item_tasks_item_complete_request_builder.go @@ -31,7 +31,7 @@ func NewItemOutlookTaskFoldersItemTasksItemCompleteRequestBuilder(rawUrl string, return NewItemOutlookTaskFoldersItemTasksItemCompleteRequestBuilderInternal(urlParams, requestAdapter) } // Post complete an Outlook task which sets the completedDateTime property to the current date, and the status property to completed. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The completedDateTime property represents the date when the task is finished. The time portion of completedDateTime is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCompletePostResponse instead. // returns a ItemOutlookTaskFoldersItemTasksItemCompleteResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_outlook_task_folders_item_tasks_item_complete_response.go b/users/item_outlook_task_folders_item_tasks_item_complete_response.go index 93602c1efa1..f9b806bb710 100644 --- a/users/item_outlook_task_folders_item_tasks_item_complete_response.go +++ b/users/item_outlook_task_folders_item_tasks_item_complete_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookTaskFoldersItemTasksItemCompletePostResponseable instead. type ItemOutlookTaskFoldersItemTasksItemCompleteResponse struct { ItemOutlookTaskFoldersItemTasksItemCompletePostResponse } @@ -20,7 +20,7 @@ func NewItemOutlookTaskFoldersItemTasksItemCompleteResponse()(*ItemOutlookTaskFo func CreateItemOutlookTaskFoldersItemTasksItemCompleteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOutlookTaskFoldersItemTasksItemCompleteResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookTaskFoldersItemTasksItemCompletePostResponseable instead. type ItemOutlookTaskFoldersItemTasksItemCompleteResponseable interface { ItemOutlookTaskFoldersItemTasksItemCompletePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_request_builder.go b/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_request_builder.go index 2f7491e0dca..f26e285c58c 100644 --- a/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_request_builder.go +++ b/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_request_builder.go @@ -31,7 +31,7 @@ func NewItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteRequestBuilder( return NewItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteRequestBuilderInternal(urlParams, requestAdapter) } // Post complete an Outlook task which sets the completedDateTime property to the current date, and the status property to completed. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The completedDateTime property represents the date when the task is finished. The time portion of completedDateTime is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCompletePostResponse instead. // returns a ItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_response.go b/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_response.go index 0523010fd37..53160f8634b 100644 --- a/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_response.go +++ b/users/item_outlook_task_groups_item_task_folders_item_tasks_item_complete_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompletePostResponseable instead. type ItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteResponse struct { ItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompletePostResponse } @@ -20,7 +20,7 @@ func NewItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteResponse()(*Ite func CreateItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompletePostResponseable instead. type ItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompleteResponseable interface { ItemOutlookTaskGroupsItemTaskFoldersItemTasksItemCompletePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_outlook_tasks_item_complete_request_builder.go b/users/item_outlook_tasks_item_complete_request_builder.go index 12a987f4f17..fe5aa156d31 100644 --- a/users/item_outlook_tasks_item_complete_request_builder.go +++ b/users/item_outlook_tasks_item_complete_request_builder.go @@ -31,7 +31,7 @@ func NewItemOutlookTasksItemCompleteRequestBuilder(rawUrl string, requestAdapter return NewItemOutlookTasksItemCompleteRequestBuilderInternal(urlParams, requestAdapter) } // Post complete an Outlook task which sets the completedDateTime property to the current date, and the status property to completed. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The completedDateTime property represents the date when the task is finished. The time portion of completedDateTime is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsCompletePostResponse instead. // returns a ItemOutlookTasksItemCompleteResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_outlook_tasks_item_complete_response.go b/users/item_outlook_tasks_item_complete_response.go index f0a918fec61..efc912d48da 100644 --- a/users/item_outlook_tasks_item_complete_response.go +++ b/users/item_outlook_tasks_item_complete_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookTasksItemCompletePostResponseable instead. type ItemOutlookTasksItemCompleteResponse struct { ItemOutlookTasksItemCompletePostResponse } @@ -20,7 +20,7 @@ func NewItemOutlookTasksItemCompleteResponse()(*ItemOutlookTasksItemCompleteResp func CreateItemOutlookTasksItemCompleteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemOutlookTasksItemCompleteResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemOutlookTasksItemCompletePostResponseable instead. type ItemOutlookTasksItemCompleteResponseable interface { ItemOutlookTasksItemCompletePostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_pending_access_review_instances_filter_by_current_user_with_on_request_builder.go b/users/item_pending_access_review_instances_filter_by_current_user_with_on_request_builder.go index 8130b805337..9e7e9ec37de 100644 --- a/users/item_pending_access_review_instances_filter_by_current_user_with_on_request_builder.go +++ b/users/item_pending_access_review_instances_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemPendingAccessReviewInstancesFilterByCurrentUserWithOnRequestBuilder( return NewItemPendingAccessReviewInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_pending_access_review_instances_filter_by_current_user_with_on_response.go b/users/item_pending_access_review_instances_filter_by_current_user_with_on_response.go index fb8a498c020..1906e87e011 100644 --- a/users/item_pending_access_review_instances_filter_by_current_user_with_on_response.go +++ b/users/item_pending_access_review_instances_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnResponse struct { ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemPendingAccessReviewInstancesFilterByCurrentUserWithOnResponse()(*Ite func CreateItemPendingAccessReviewInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPendingAccessReviewInstancesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnResponseable interface { ItemPendingAccessReviewInstancesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_request_builder.go b/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_request_builder.go index a61a25e8d98..993ad79693e 100644 --- a/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_request_builder.go +++ b/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnRe return NewItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_response.go b/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_response.go index 0f90b0dd932..d1c137f0efb 100644 --- a/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_response.go +++ b/users/item_pending_access_review_instances_item_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnResponse struct { ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnRe func CreateItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnResponseable interface { ItemPendingAccessReviewInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go index 37141c70f5b..d2389a6a165 100644 --- a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go +++ b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByC return NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go index db3325f2e5d..7276f000669 100644 --- a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go +++ b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponse struct { ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByC func CreateItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnResponseable interface { ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go index 074e6bd012e..e154c8acf75 100644 --- a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go +++ b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecis return NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go index c292309b95f..def8a3557b3 100644 --- a/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go +++ b/users/item_pending_access_review_instances_item_decisions_item_instance_stages_item_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponse struct { ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecis func CreateItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnResponseable interface { ItemPendingAccessReviewInstancesItemDecisionsItemInstanceStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_request_builder.go b/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_request_builder.go index b594b3225a6..34ad3229f84 100644 --- a/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_request_builder.go +++ b/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnReque return NewItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_response.go b/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_response.go index 8856b2e4318..fa668165958 100644 --- a/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_response.go +++ b/users/item_pending_access_review_instances_item_stages_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnResponse struct { ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnRespo func CreateItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnResponseable interface { ItemPendingAccessReviewInstancesItemStagesFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go b/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go index 7b14d49e273..c15a7722dcb 100644 --- a/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go +++ b/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUs return NewItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go b/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go index 616536b4553..a7fb38174c2 100644 --- a/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go +++ b/users/item_pending_access_review_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponse struct { ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUs func CreateItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable interface { ItemPendingAccessReviewInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go b/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go index d0016eb7d0a..8a7f2f821da 100644 --- a/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go +++ b/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_request_builder.go @@ -55,7 +55,7 @@ func NewItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecis return NewItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil) } // Get invoke function filterByCurrentUser -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead. // returns a ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable, error) { diff --git a/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go b/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go index f2e5bc72862..5e587c9fc9a 100644 --- a/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go +++ b/users/item_pending_access_review_instances_item_stages_item_decisions_item_instance_decisions_filter_by_current_user_with_on_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponse struct { ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponse } @@ -20,7 +20,7 @@ func NewItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecis func CreateItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable instead. type ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnResponseable interface { ItemPendingAccessReviewInstancesItemStagesItemDecisionsItemInstanceDecisionsFilterByCurrentUserWithOnGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_planner_all_delta_request_builder.go b/users/item_planner_all_delta_request_builder.go index af3b97c0964..966b7da5be9 100644 --- a/users/item_planner_all_delta_request_builder.go +++ b/users/item_planner_all_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerAllDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187 return NewItemPlannerAllDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerAllDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerAllDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerAllDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerAllDeltaResponseable, error) { diff --git a/users/item_planner_all_delta_response.go b/users/item_planner_all_delta_response.go index cf53524e113..a07df566a02 100644 --- a/users/item_planner_all_delta_response.go +++ b/users/item_planner_all_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerAllDeltaGetResponseable instead. type ItemPlannerAllDeltaResponse struct { ItemPlannerAllDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerAllDeltaResponse()(*ItemPlannerAllDeltaResponse) { func CreateItemPlannerAllDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerAllDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerAllDeltaGetResponseable instead. type ItemPlannerAllDeltaResponseable interface { ItemPlannerAllDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_planner_plans_delta_request_builder.go b/users/item_planner_plans_delta_request_builder.go index 48efcec205e..7ae1c2bab6d 100644 --- a/users/item_planner_plans_delta_request_builder.go +++ b/users/item_planner_plans_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41 return NewItemPlannerPlansDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansDeltaResponseable, error) { diff --git a/users/item_planner_plans_delta_response.go b/users/item_planner_plans_delta_response.go index eea3ccfd4f6..6e5c46e72a8 100644 --- a/users/item_planner_plans_delta_response.go +++ b/users/item_planner_plans_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansDeltaGetResponseable instead. type ItemPlannerPlansDeltaResponse struct { ItemPlannerPlansDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansDeltaResponse()(*ItemPlannerPlansDeltaResponse) { func CreateItemPlannerPlansDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansDeltaGetResponseable instead. type ItemPlannerPlansDeltaResponseable interface { ItemPlannerPlansDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_planner_plans_item_buckets_delta_request_builder.go b/users/item_planner_plans_item_buckets_delta_request_builder.go index 70856c58f89..64ee19050f8 100644 --- a/users/item_planner_plans_item_buckets_delta_request_builder.go +++ b/users/item_planner_plans_item_buckets_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansItemBucketsDeltaRequestBuilder(rawUrl string, requestAda return NewItemPlannerPlansItemBucketsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansItemBucketsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansItemBucketsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansItemBucketsDeltaResponseable, error) { diff --git a/users/item_planner_plans_item_buckets_delta_response.go b/users/item_planner_plans_item_buckets_delta_response.go index 795c1e323b7..c2cfe6da81d 100644 --- a/users/item_planner_plans_item_buckets_delta_response.go +++ b/users/item_planner_plans_item_buckets_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsDeltaResponse struct { ItemPlannerPlansItemBucketsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansItemBucketsDeltaResponse()(*ItemPlannerPlansItemBucketsD func CreateItemPlannerPlansItemBucketsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansItemBucketsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsDeltaResponseable interface { ItemPlannerPlansItemBucketsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go b/users/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go index 69002dbfc8e..35db83aa718 100644 --- a/users/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go +++ b/users/item_planner_plans_item_buckets_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilder(rawUrl string, r return NewItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansItemBucketsItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansItemBucketsItemTasksDeltaResponseable, error) { diff --git a/users/item_planner_plans_item_buckets_item_tasks_delta_response.go b/users/item_planner_plans_item_buckets_item_tasks_delta_response.go index e26af266cca..a11f393e126 100644 --- a/users/item_planner_plans_item_buckets_item_tasks_delta_response.go +++ b/users/item_planner_plans_item_buckets_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsItemTasksDeltaResponse struct { ItemPlannerPlansItemBucketsItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansItemBucketsItemTasksDeltaResponse()(*ItemPlannerPlansIte func CreateItemPlannerPlansItemBucketsItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansItemBucketsItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemBucketsItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemBucketsItemTasksDeltaResponseable interface { ItemPlannerPlansItemBucketsItemTasksDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_planner_plans_item_tasks_delta_request_builder.go b/users/item_planner_plans_item_tasks_delta_request_builder.go index 785e95927e7..f5589cf87e7 100644 --- a/users/item_planner_plans_item_tasks_delta_request_builder.go +++ b/users/item_planner_plans_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerPlansItemTasksDeltaRequestBuilder(rawUrl string, requestAdapt return NewItemPlannerPlansItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerPlansItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerPlansItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerPlansItemTasksDeltaResponseable, error) { diff --git a/users/item_planner_plans_item_tasks_delta_response.go b/users/item_planner_plans_item_tasks_delta_response.go index dd145bf9118..e5acb9203fb 100644 --- a/users/item_planner_plans_item_tasks_delta_response.go +++ b/users/item_planner_plans_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemTasksDeltaResponse struct { ItemPlannerPlansItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerPlansItemTasksDeltaResponse()(*ItemPlannerPlansItemTasksDelta func CreateItemPlannerPlansItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerPlansItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerPlansItemTasksDeltaGetResponseable instead. type ItemPlannerPlansItemTasksDeltaResponseable interface { ItemPlannerPlansItemTasksDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_planner_tasks_delta_request_builder.go b/users/item_planner_tasks_delta_request_builder.go index ed2b2b1b393..7c2b46c652a 100644 --- a/users/item_planner_tasks_delta_request_builder.go +++ b/users/item_planner_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemPlannerTasksDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41 return NewItemPlannerTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemPlannerTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemPlannerTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPlannerTasksDeltaRequestBuilderGetRequestConfiguration)(ItemPlannerTasksDeltaResponseable, error) { diff --git a/users/item_planner_tasks_delta_response.go b/users/item_planner_tasks_delta_response.go index 33ae0b8edbe..5867110f64c 100644 --- a/users/item_planner_tasks_delta_response.go +++ b/users/item_planner_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerTasksDeltaGetResponseable instead. type ItemPlannerTasksDeltaResponse struct { ItemPlannerTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemPlannerTasksDeltaResponse()(*ItemPlannerTasksDeltaResponse) { func CreateItemPlannerTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemPlannerTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemPlannerTasksDeltaGetResponseable instead. type ItemPlannerTasksDeltaResponseable interface { ItemPlannerTasksDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go b/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go index ad3bad1a98a..5052e2fc5ad 100644 --- a/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go +++ b/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go @@ -52,7 +52,7 @@ func NewItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl st return NewItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil) } // Get invoke function reminderView -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsReminderViewWithStartDateTimeWithEndDateTimeGetResponse instead. // returns a ItemReminderViewWithStartDateTimeWithEndDateTimeResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ItemReminderViewWithStartDateTimeWithEndDateTimeResponseable, error) { diff --git a/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go b/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go index 729314bdb79..4a12ea68e2f 100644 --- a/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go +++ b/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponseable instead. type ItemReminderViewWithStartDateTimeWithEndDateTimeResponse struct { ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponse } @@ -20,7 +20,7 @@ func NewItemReminderViewWithStartDateTimeWithEndDateTimeResponse()(*ItemReminder func CreateItemReminderViewWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemReminderViewWithStartDateTimeWithEndDateTimeResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponseable instead. type ItemReminderViewWithStartDateTimeWithEndDateTimeResponseable interface { ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_revoke_sign_in_sessions_request_builder.go b/users/item_revoke_sign_in_sessions_request_builder.go index d0ea00e3075..b38d8514ec8 100644 --- a/users/item_revoke_sign_in_sessions_request_builder.go +++ b/users/item_revoke_sign_in_sessions_request_builder.go @@ -31,7 +31,7 @@ func NewItemRevokeSignInSessionsRequestBuilder(rawUrl string, requestAdapter i2a 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. If the application attempts to redeem a delegated access token for this user by using an invalidated refresh token, the application will get an error. If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint, which will force the user to sign in. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsRevokeSignInSessionsPostResponse instead. // returns a ItemRevokeSignInSessionsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_revoke_sign_in_sessions_response.go b/users/item_revoke_sign_in_sessions_response.go index 1d391c37a12..0a9de8f1361 100644 --- a/users/item_revoke_sign_in_sessions_response.go +++ b/users/item_revoke_sign_in_sessions_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRevokeSignInSessionsPostResponseable instead. type ItemRevokeSignInSessionsResponse struct { ItemRevokeSignInSessionsPostResponse } @@ -20,7 +20,7 @@ func NewItemRevokeSignInSessionsResponse()(*ItemRevokeSignInSessionsResponse) { func CreateItemRevokeSignInSessionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemRevokeSignInSessionsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemRevokeSignInSessionsPostResponseable instead. type ItemRevokeSignInSessionsResponseable interface { ItemRevokeSignInSessionsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go index b58da59f92a..6aaa6fcef1a 100644 --- a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go +++ b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_evaluate_application_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponseable instead. type ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponse struct { ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponse } @@ -20,7 +20,7 @@ func NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurity func CreateItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponseable instead. type ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponseable interface { ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go index 47f3a177d3c..b3725e46255 100644 --- a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go +++ b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_application_request_builder.go @@ -31,7 +31,7 @@ func NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurity return NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationRequestBuilderInternal(urlParams, requestAdapter) } // Post compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key-value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateApplicationPostResponse instead. // returns a ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateApplicationEvaluateApplicationResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go index f2e125a091c..1367c557785 100644 --- a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go +++ b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_evaluate_classification_results_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponseable instead. type ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponse struct { ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponse } @@ -20,7 +20,7 @@ func NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurity func CreateItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponseable instead. type ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponseable interface { ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go index 47b187b14c3..da14ecbad1c 100644 --- a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go +++ b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_classification_results_request_builder.go @@ -31,7 +31,7 @@ func NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurity return NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsRequestBuilderInternal(urlParams, requestAdapter) } // Post use the classification results to compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide the contentInfo, which includes existing content metadata key-value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateClassificationResultsPostResponse instead. // returns a ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateClassificationResultsEvaluateClassificationResultsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go index 989f5398c5a..78da903d58a 100644 --- a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go +++ b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_evaluate_removal_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponseable instead. type ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponse struct { ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponse } @@ -20,7 +20,7 @@ func NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurity func CreateItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponseable instead. type ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponseable interface { ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go index 788b6f2df76..355bcd65ea8 100644 --- a/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go +++ b/users/item_security_information_protection_sensitivity_labels_microsoft_graph_security_evaluate_removal_request_builder.go @@ -31,7 +31,7 @@ func NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurity return NewItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalRequestBuilderInternal(urlParams, requestAdapter) } // Post indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key-value pairs, the API returns an informationProtectionAction that contains some combination of one or more of the following: -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsEvaluateRemovalPostResponse instead. // returns a ItemSecurityInformationProtectionSensitivityLabelsMicrosoftGraphSecurityEvaluateRemovalEvaluateRemovalResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_todo_lists_delta_request_builder.go b/users/item_todo_lists_delta_request_builder.go index d5045106901..262a15cc2f0 100644 --- a/users/item_todo_lists_delta_request_builder.go +++ b/users/item_todo_lists_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTodoListsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f return NewItemTodoListsDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTodoListsDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTodoListsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTodoListsDeltaRequestBuilderGetRequestConfiguration)(ItemTodoListsDeltaResponseable, error) { diff --git a/users/item_todo_lists_delta_response.go b/users/item_todo_lists_delta_response.go index 96e61beba98..e362ee797df 100644 --- a/users/item_todo_lists_delta_response.go +++ b/users/item_todo_lists_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTodoListsDeltaGetResponseable instead. type ItemTodoListsDeltaResponse struct { ItemTodoListsDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTodoListsDeltaResponse()(*ItemTodoListsDeltaResponse) { func CreateItemTodoListsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTodoListsDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTodoListsDeltaGetResponseable instead. type ItemTodoListsDeltaResponseable interface { ItemTodoListsDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_todo_lists_item_tasks_delta_request_builder.go b/users/item_todo_lists_item_tasks_delta_request_builder.go index e9d9a6479e5..ebaa3d40d68 100644 --- a/users/item_todo_lists_item_tasks_delta_request_builder.go +++ b/users/item_todo_lists_item_tasks_delta_request_builder.go @@ -52,7 +52,7 @@ func NewItemTodoListsItemTasksDeltaRequestBuilder(rawUrl string, requestAdapter return NewItemTodoListsItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter) } // Get invoke function delta -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. // returns a ItemTodoListsItemTasksDeltaResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code func (m *ItemTodoListsItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksDeltaRequestBuilderGetRequestConfiguration)(ItemTodoListsItemTasksDeltaResponseable, error) { diff --git a/users/item_todo_lists_item_tasks_delta_response.go b/users/item_todo_lists_item_tasks_delta_response.go index 7361543dad9..c527d8712ec 100644 --- a/users/item_todo_lists_item_tasks_delta_response.go +++ b/users/item_todo_lists_item_tasks_delta_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTodoListsItemTasksDeltaGetResponseable instead. type ItemTodoListsItemTasksDeltaResponse struct { ItemTodoListsItemTasksDeltaGetResponse } @@ -20,7 +20,7 @@ func NewItemTodoListsItemTasksDeltaResponse()(*ItemTodoListsItemTasksDeltaRespon func CreateItemTodoListsItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTodoListsItemTasksDeltaResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTodoListsItemTasksDeltaGetResponseable instead. type ItemTodoListsItemTasksDeltaResponseable interface { ItemTodoListsItemTasksDeltaGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable diff --git a/users/item_translate_exchange_ids_request_builder.go b/users/item_translate_exchange_ids_request_builder.go index a4a89a7803e..89c0eaa374b 100644 --- a/users/item_translate_exchange_ids_request_builder.go +++ b/users/item_translate_exchange_ids_request_builder.go @@ -31,7 +31,7 @@ func NewItemTranslateExchangeIdsRequestBuilder(rawUrl string, requestAdapter i2a return NewItemTranslateExchangeIdsRequestBuilderInternal(urlParams, requestAdapter) } // Post translate identifiers of Outlook-related resources between formats. -// Deprecated: This method is obsolete. Use {TypeName} instead. +// Deprecated: This method is obsolete. Use PostAsTranslateExchangeIdsPostResponse instead. // returns a ItemTranslateExchangeIdsResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] diff --git a/users/item_translate_exchange_ids_response.go b/users/item_translate_exchange_ids_response.go index a4185e403ae..57bc648d1ea 100644 --- a/users/item_translate_exchange_ids_response.go +++ b/users/item_translate_exchange_ids_response.go @@ -4,7 +4,7 @@ import ( i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization" ) -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTranslateExchangeIdsPostResponseable instead. type ItemTranslateExchangeIdsResponse struct { ItemTranslateExchangeIdsPostResponse } @@ -20,7 +20,7 @@ func NewItemTranslateExchangeIdsResponse()(*ItemTranslateExchangeIdsResponse) { func CreateItemTranslateExchangeIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewItemTranslateExchangeIdsResponse(), nil } -// Deprecated: This class is obsolete. Use {TypeName} instead. +// Deprecated: This class is obsolete. Use ItemTranslateExchangeIdsPostResponseable instead. type ItemTranslateExchangeIdsResponseable interface { ItemTranslateExchangeIdsPostResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable